Skip to main content

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

Token information

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[]
Loading...