Access token
An access token is associated with an API key to allow access to project APIs.
Properties
Name | Type | Format | Description |
---|---|---|---|
name | string | The access token name | |
token | string | The read-only access token value |
Example
{
"name": "default",
"token": "3gNAeyXAqClzWd4XH8kL4zFgxskDntaNtPkVXBOXjFKs6Mx3"
}