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" }
Get auth token for organization.