Tokens
List tokens
Fetch all tokens
GET
/
tokens
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
limit
integer
default: 25The maximum number of results to return
cursor
string
A cursor to fetch the next page of results
Response
200 - application/json
success
boolean
requiredresult
object[]
requiredlinks
object
requirederrors
object[]
required