/
Standard HTTP Headers

Standard HTTP Headers

Standard HTTP Headers

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

Header                  Description
Content-Type

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

x-access-token

As noted in the section on REST API Authentication, JSON Web Tokens are the preferred method of authentication and authorization for ServiceMobility REST API calls.

Unless the old customerid and customercode authentication and authorization mechanism is being used, or unless otherwise noted in the REST API documentation, the x-access-token HTTP Header must be set to a valid JSON Web Token (JWT).

On this page:

Related content

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