The apiclientbearertoken object representation and fields are described below.
apiclientbearertoken was introduced in API version V1
apiclientbearertoken has not been marked for deprecation
Representation of a bearer token used to authenticate an API request
{
"urn" : "eea7299a-d10c-47c5-be79-599b40812861",
"apiClient" : {
"urn" : "3d059a42-2095-4d19-aea9-3243787e1ccd"
},
"expirationTimestamp" : "2026-07-04T17:34:09.962"
}{
"urn" : "eea7299a-d10c-47c5-be79-599b40812861",
"apiClient" : {
"urn" : "3d059a42-2095-4d19-aea9-3243787e1ccd"
},
"bearerToken" : "mlHIIL...",
"expirationTimestamp" : "2026-07-04T17:34:09.963"
}| Name | Type | Description | Constraints |
|---|---|---|---|
| urn | String representation of a Unique Resource Name. Typically a UUID with 36 characters. | The URN of the bearer token | |
| apiClient | apiclient | Required on create. Ignored on update. | |
| bearerToken | String literal | Bearer token generated on create for a client | |
| expirationTimestamp | Timestamp expressed in ISO 8601 format without timezone including milliseconds. Note unless otherwise stated in UTC zone. | The expiration timestamp of the token if set | |