Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.arklow.io/v1/self/ \ --header 'x-arklow-auth: <api-key>'
{ "data": { "id": "<string>", "name": "<string>", "email": "<string>", "memberships": [ { "org_id": "<string>", "permissions": [ "<string>" ] } ], "deleted_at": "2023-11-07T05:31:56Z" }, "errors": [ { "code": "<string>", "message": "<string>" } ] }
Fetch the user data of the authenticated user
Default Response
Show child attributes