/
REST Integration Standard HTTP Headers

REST Integration Standard HTTP Headers

Standard HTTP Headers

Unless otherwise noted in the documentation for a REST API, all ServiceBroker REST API calls must contain the following standard headers:  

Header                  TypeRequired?Description
AuthorizationstringYes

As noted in the section on REST Integration Authentication, unless otherwise noted, all ServiceBroker API calls must be authenticated using either:

  • A fixed, non-expiring System Access Token; or
  • A temporary, limited-time use JWT.

Regardless of which approach is used, when API calls require authentication, the Authorization HTTP Header must be set to the string:

  • Bearer {token}

where {token} is either a valid System Access Token or a JWT for the desired ServiceBroker Tenant.

Content-TypestringYes

Unless otherwise noted in the REST API documentation, the Content-Type HTTP Header must be set to application/json.

Related content

REST Integration Authentication
REST Integration Authentication
More like this
Standard HTTP Headers
Standard HTTP Headers
More like this
REST Other OAuth2 Token API
REST Other OAuth2 Token API
More like this