API Client Bearer Token object representation

The apiclientbearertoken object representation and fields are described below.

apiclientbearertoken was introduced in API version V1

apiclientbearertoken has not been marked for deprecation

Usages

Description

Representation of a bearer token used to authenticate an API request

Example create representation

{
  "urn" : "eea7299a-d10c-47c5-be79-599b40812861",
  "apiClient" : {
    "urn" : "3d059a42-2095-4d19-aea9-3243787e1ccd"
  },
  "expirationTimestamp" : "2026-07-04T17:34:09.962"
}

Example response representation

{
  "urn" : "eea7299a-d10c-47c5-be79-599b40812861",
  "apiClient" : {
    "urn" : "3d059a42-2095-4d19-aea9-3243787e1ccd"
  },
  "bearerToken" : "mlHIIL...",
  "expirationTimestamp" : "2026-07-04T17:34:09.963"
}

Fields

NameTypeDescriptionConstraints
urnString representation of a Unique Resource Name. Typically a UUID with 36 characters.The URN of the bearer token
apiClientapiclientRequired on create. Ignored on update.
bearerTokenString literalBearer token generated on create for a client
expirationTimestampTimestamp expressed in ISO 8601 format without timezone including milliseconds. Note unless otherwise stated in UTC zone.The expiration timestamp of the token if set