Authentication

All requests to the TallyMark API's require you to authenticate yourself to the service. In order to do this you must send the correct HTTP headers with the correct API token.

  • Tenant Id — x-tenant-id

  • Api Key — x-api-key

  • Api Secret — x-api-secret

Each of these header elements can be created and accessed in the TallyMarks console by console Administrative users.

In the case that you execute a request with wrong or missing headers, you will receive an HTTP Response 401 (Unauthorized).

Last updated

Was this helpful?