getOrgApiTokensDetails
GET https://{{host}}/api/v1/orgs/:org_id/apitokens/:apitoken_id
Response Definition
Name | Type | Description |
---|---|---|
name | string | name of the token |
id | string | token id |
org_id | string | org id |
created_by | string | email of the token creator / null if creator is deleted |
privileges | list | list of privileges the token has on the orgs/sites |