The Developers page (/developers) is Tarkle Send's hub for authentication tokens and future API access. It currently has two tabs: API Tokens and Webhooks.
API Tokens
API tokens let your workspace authenticate with external tools. Right now, tokens are used to connect the Tarkle Send WordPress plugin. As the platform becomes more developer-friendly, the same tokens will be used across additional integrations and direct API access.
How to create a token
Go to Developers in your workspace navigation
Click New token
Give the token a name (e.g. "WordPress Integration" or "Production API")
Click Create
Copy the full token immediately — it is shown only once and cannot be retrieved afterward
The token table shows each token's name, a prefix (the first few characters), last used date, and created date. Tokens that have been revoked do not appear in the list — the API query filters by revoked_at IS NULL.
Token security
After creation, only the prefix is stored visibly. The full token is never shown again. Copy it to a secure location before closing the modal.
Webhooks
The Webhooks tab exists in the UI and shows a table with columns for Webhook URL, Description, and Status. The Create webhook button is visible but disabled. The table displays a message: "Public webhooks is coming soon on Tarkle Send."
Webhooks are not yet configurable. When they launch, they will allow your workspace to receive real-time event notifications from Tarkle Send to external endpoints.
