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/invites \ --header 'x-arklow-auth: <api-key>'
{ "data": { "items": [ { "id": "<string>", "org_id": "<string>", "init_permissions": [ "<string>" ], "org_name": "<string>", "user_id": "<string>" } ], "count": 123 }, "errors": [ { "code": "<string>", "message": "<string>" } ] }
List pending organization invites for the current user.
1 <= x <= 50
x >= 0
Default Response
Show child attributes