Outception Docs

post
/v1/oauth2/token

Request an access token using a valid grant.

curl -X POST "https://api.outception.com/v1/oauth2/token" \
  -H "Authorization: Bearer $OUTCEPTION_TOKEN" \
  -H "Accept: application/json"

Body

Response · 200

Successful Response

  • access_token

    string

    required

  • token_type

    string

    required

  • expires_in

    integer

    required

  • refresh_token

    string | null

  • scope

    string

    required

  • id_token

    string | null