All Conferma API requests should include appropriate request headers.

HeaderDescriptionValue
AuthorizationRequired 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-TypeRequired for operations with a request body.

Specifies the request format.
application/json