On This Page
Elements of a JSON Web Token Message
A JWT message is constructed using HTTP headers and an HTTP message body.
- HTTP Message Elements
- Your HTTP message header must include these headers:
- HTTP Message HeadersHTTP HeaderDescriptioncontent-typeAlso known as the Multipurpose Internet Mail Extension (MIME) type, this identifies the media or file type of the resource. (application/json)hostThe transaction endpoint. (api.cybersource.com)authorizationJWS bearer token.
- HTTP Message Body
- Your API request.