post/v1/oauth2/tokenRequest 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_tokenstring
required
token_typestring
required
expires_ininteger
required
refresh_tokenstring | null
scopestring
required
id_tokenstring | null