{{baseUrl}}/token

GET {{baseUrl}}/token?scope=<string>

Method that returns all the tokens with their scopes still active for your account

Request Params

KeyDatatypeRequiredDescription
scopestringname of the scope for which to filter the tokens

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;scopes&quot;:[&quot;POST:videoid.altravia.com/videoId&quot;],&quot;expire&quot;:1603268553,&quot;token&quot;:&quot;5daebc49568fa1398c55186d&quot;},{&quot;scopes&quot;:[&quot;POST:videoid.altravia.com/request&quot;],&quot;expire&quot;:1604049864,&quot;token&quot;:&quot;5dbaa848568fa113ad2e7fcf&quot;},{&quot;scopes&quot;:[&quot;GET:videoid.altravia.com/request&quot;],&quot;expire&quot;:1604050325,&quot;token&quot;:&quot;5dbaaa15568fa113ad2e7fd1&quot;}],&quot;success&quot;:true,&quot;message&quot;:&quot;&quot;,&quot;error&quot;:null}