FILTER BY TAG

JSON Web Token Message Elements

A JWT message consists of HTTP headers and an HTTP message body.
HTTP Message Elements
Your HTTP message header must include these elements:
HTTP Message Header Elements
HTTP Header Element
Description
content-type
Also known as the Multipurpose Internet Mail Extension (MIME) type, this element identifies the media or file type of the resource (application/json).
host
The transaction endpoint. (
nabgateway-developer.nab.com.au
)
authorization
JSON Web Signature (JWS) bearer token.
HTTP Message Body
Your API request.