tokens
Get all the tokens for a project environment (does not include the raw token)
GET
/
environments
/
{environmentId}
/
tokens
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
environmentId
string
requiredID of the environment
Response
200 - application/json
tokens
object[]
Was this page helpful?