Skip to main content

Properties

NameTypeFormatDescription
idstringThe access token identifier as a 128 bit GUID.
namestringThe access token name
descriptionstringAn optional description for the access token
tokenstringThe generated access token value
enabledbooleanA flag to enable or disable the access token
versionobjectversionThe version details for the proxy resource
scopesstring[...]{projectId}_{api}The list of project api scopes, e.g. website_delivery

Example

JSON
1
2
3
4
5
6
7
8
9
10
11
12
{ "id": "8f3dad0f-9ac3-450f-a825-0457542c04c7", "name": "Main website", "description": "Allows read/write for website project and also access to internal for meeting information", "token": "3gNAeyXAqClzWd4XH8kL4zFgxskDntaNtPkVXBOXjFKs6Mx3", "enabled": true, "scopes": [ "website_delivery", "website_management", "internal_delivery" ] }
JSON
1
2
3
4
5
6
7
8
9
10
11
12
{ "id": "8f3dad0f-9ac3-450f-a825-0457542c04c7", "name": "Main website", "description": "Allows read/write for website project and also access to internal for meeting information", "token": "3gNAeyXAqClzWd4XH8kL4zFgxskDntaNtPkVXBOXjFKs6Mx3", "enabled": true, "scopes": [ "website_delivery", "website_management", "internal_delivery" ] }

Still need help?

New support request