History

Organization History

GET /v1/organizations/history

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

QueryString

Name
Type
Description

action=history

string

The action (will not be needed soon)

org_id

string

The Organization ID

Response

{
  "status": 200,
  "history": [
    {
      "id": "string",
      "date": "string",
      "user": "string", 
      "type": "string",
      "summary": "string"
    }
  ]
}

Last updated