Create API Tokens
2min
POST
AUTHENTICATION
Authorization
string
Bearer
QUERY PARAMETERS
is_sandbox
boolean
If true, it will create a sandbox token that only has access to testing data.
RESPONSES
201
Created
TokenResponse
count
integer
total number or records in the result
next
string
url to fetch the next page of results if any
previous
string
url to fetch the previous page of results if any
results
TokenResultEntity[]
401
Error message when there is no token provided.
Error401
detail
string
Error reason
403
Error message when you don't have the appropriate plan.
Error403
detail
string
Error reason