Skip to main content
GET
/
access-profiles
/
{id}
/
history

Endpoint

GET https://gateway.orkeia.ai/access-profiles/{id}/history

Headers

authorization:  <your_token>

Path Parameters

{
  "id": "profile id",
}
NameTypeRequiredDescription
idstringYesID of the access profile

Responses

Response - Success

response
{
  "status": "OK",
  "data": { "id": "string_id"}
}

500 — Bad Request

{
  "status": "ERROR",
  "code": "server/error",
  "data": null
}

400 — Client Error

{
  "status": "ERROR",
  "code": "client/error",
  "data": null
}

Example (cURL)

curl -X GET "https://gateway.orkeia.ai/access-profile/1/history"   -H "authorization:  <your_token>"