Skip to main content

API Tokens and Webhooks

Generate API tokens and prepare for developer features on Tarkle Send. The Developers page is your starting point for integrations and the WordPress plugin.

S
Written by Santhia Roo

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

  1. Go to Developers in your workspace navigation

  2. Click New token

  3. Give the token a name (e.g. "WordPress Integration" or "Production API")

  4. Click Create

  5. 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.

Did this answer your question?