Headers

All Conferma API requests should include appropriate request headers.

Header

Description

Value

Authorization

Required to get an access token or make API calls.

To make REST API calls, include the bearer token in the Authorization header with the Bearer authentication scheme.

Authorization: Bearer <your_access_token>

Content-Type

Required for operations with a request body.

Specifies the request format.

application/json