For the complete documentation index, see llms.txt. This page is also available as Markdown.

Postman Collection

Execute TransactionLink's API effortlessly without coding.

Run In Postman

To finalize the environment setup, please follow these steps:

  1. Go to the Settings page of your organization in the TransactionLink dashboard.

  2. Navigate to Profile -> Organization -> Organization tokens and copy/generate your organization token (tot ).

  3. In Postman, open the collection and go to the Variables tab.

  4. Set the ORG_TOKEN variable to your token (e.g. tot_xxxxxxxxxxxxxxxxxxxx).

  5. The token is passed directly in the Authorization header — no Bearer prefix required.

Legacy: JWT Bearer Token (deprecated)

  1. Retrieve the API key and secret key from the settings page of your workspace.

  2. Open Postman and click on the Manage Environment option (cog icon located at the top-right corner).

  3. Select the appropriate environment that corresponds to your workspace type.

  4. In the WORKSPACE_KEY field, paste the API key obtained in step 1 into the current value text box.

  5. In the WORKSPACE_SECRET field, paste the secret key obtained in step 1 into the current value text box.

  6. Click on the Save button to save the changes.

Last updated