POST
/
rest
/
v1
/
organization
/
token
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"
}

Authorizations

X-API-Key
string
header
required

Body

application/json
userId
string
expiresIn
string

Response

200 - application/json
Get auth token for organization.
token
string
required
expiresAt
string
required