English
Documentation
How to use the Orkeia AI platform
Returns the change history of a specific access profile.
GET https://gateway.orkeia.ai/access-profiles/{id}/history
authorization: <your_token>
{ "id": "profile id", }
{ "status": "OK", "data": { "id": "string_id"} }
{ "status": "ERROR", "code": "server/error", "data": null }
{ "status": "ERROR", "code": "client/error", "data": null }
curl -X GET "https://gateway.orkeia.ai/access-profile/1/history" -H "authorization: <your_token>"
Was this page helpful?