Skip to main content

StandardRequestHeadersModel

Common request headers.

Breaking Changes

No breaking changes.

Examples

Fill this template out with real values.

{
"authorization": "String",
"content-type": "String, optional",
"x-api-version": "String, optional",
"x-request-id": "String, optional",
"x-tenant-id": "Integer"
}

Fields

authorization String, Required

Authorization header (bearer with access token). See the Authentication Guide to get started.

  • Matches ^bearer [a-z0-9-_=]+.[a-z0-9-_=]+.?[a-z0-9-_.+/=]*$
  • No longer than 256 characters.
  • At least 1 characters long.

content-type String, Optional

Mime type (e.g. application/json).

  • At least 1 and no more than 256 characters.

x-api-version String, Optional

Request identifier.

  • At least 1 and no more than 64 characters.
  • Must be a valid API version string (2019/02/08, 2021/04/07, 2021/05/07, 2021/08/02, 2021/11/04, 2023/04/19).

x-request-id String, Optional

Request identifier.

  • Valid UUID.

x-tenant-id Integer, Required

Tenant identifier. Contact CRO Software for more info if you don't already have this id. See list tenant ids for info on listing the tenants you have access to.