Skip to main content
POST
/
sessions
/
attach-roles
Attach roles to session
curl --request POST \
  --url https://auth.platform.arb.inc/sessions/attach-roles \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "totpPasscode": "123456"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.platform.arb.inc/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

access token

Body

application/json
totpPasscode
string
required

Time-based one-time password for verification

Example:

"123456"

Response

Session roles successfully enabled