Service Token
| Field | Description |
|---|---|
| namestring | Name of the service token. |
| slug string | A unique identifier of the service token. |
| key string | An API key that is used for authentication. Only available when creating the token. |
| project string | Unique identifier for the project object. |
| environment string | Unique identifier for the environment object. |
| config string | The config's name. |
| created_at date | Date and time of the object's creation. |
| expires_at date | Date and time of the token's expiration, or null if token does not auto-expire. |
| access string | One of read, read/write. |

