cURL
curl --request POST \ --url https://api.outrival.com/rest/v1/organization/token \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "userId": "<string>", "expiresIn": "<string>" } '
{ "token": "<string>", "expiresAt": "2023-11-07T05:31:56Z" }
Documentation IndexFetch the complete documentation index at: https://docs.outrival.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.outrival.com/llms.txt
Use this file to discover all available pages before exploring further.
Get auth token for organization.