Get access token information
GET/v1/oauth-token
Get information about an access token, such as the token type, scopes, team, user, token creation date and time, and the user who created the token.
Responses
- 200
- 400
Token information
- application/json
- Schema
- Example (from schema)
Schema
type stringrequired
organization
object
type stringrequired
name stringrequired
id stringrequired
team
object
required
type stringrequired
name stringrequired
id stringrequired
createdBy
object
required
type stringrequired
name stringrequired
id stringrequired
user
object
required
type stringrequired
name stringrequired
id stringrequired
scopes string[]
{
"type": "string",
"organization": {
"type": "string",
"name": "string",
"id": "string"
},
"team": {
"type": "string",
"name": "string",
"id": "string"
},
"createdBy": {
"type": "string",
"name": "string",
"id": "string"
},
"user": {
"type": "string",
"name": "string",
"id": "string"
},
"scopes": [
"string"
]
}
Invalid token provided
Loading...