Welcome to the Tahdah API.We are currently building this resource up and welcome any feedback from our customers.Getting Started#
You can obtain an API key through the "Developer" section of your legal entity details and assign roles to it to control access.Then simply add an Authorization header with your API key to be able to consume any endpoint that the API key has access to via the roles assigned to it. The header value must be in the format Bearer <api-key> where <api-key> is the value you obtained from the developer console.To use Webhooks you will need to enable the webhooks you would like to process and enter the endpoint you would like webhooks sent to. Our webhooks make use of POST, PUT and DELETE verbs and so you will need to ensure that your endpoints are able to recieve and process these verbs correctly. Modified at 2025-04-16 12:52:58