Skip to main content
GET
/
oauth2
/
token
/
info
Retrieve info for the Access Token
curl --request GET \
  --url https://public-api.stora.co/oauth2/token/info \
  --header 'Authorization: Bearer <token>'
{
  "scope": [
    "public.contact:read",
    "public.contact:write"
  ],
  "expires_in": 1740242460,
  "application": {
    "uid": "ei5bQqk_qUqan8MYMarc2-Eqb48vdB-oc_qBBUjG7co"
  },
  "created_at": 1740235260,
  "operator": {
    "name": "Stora"
  }
}

Authorizations

Authorization
string
header
required

Bearer Token necessary to use API

Response

200 - application/json

Access Token Info

OAuth 2 Token Info

scope
string[]

OAuth 2 Scopes.

OAuth 2 Scope name.

expires_in
any
created_at
any
application
object

OAuth 2 Client Application.

operator
object

Operator associated with the Token.