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"
}
}Retrieve an OAuth 2 Access Token information.
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"
}
}Bearer Token necessary to use API
Was this page helpful?