Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Upsert item with the given ids: [ organization_id, integration, realm_id ]
JSON PUT body:
{
"access_token_expires_at": timestamp
"access_token_expires_in": integer
"encrypted_access_token": string
"encrypted_refresh_token": string
"integration": integer
"organization_id": integer
"realm_id": string
"refresh_token_expires_at"?: timestamp
"refresh_token_expires_in"?: integer
"token_type": string
"user_id": integer
}Request payload
The body is of type object.
Successful response
The response is of type object.