POSTMAN Guide

Use POSTMAN to explore Tamara's REST APIs. You can customize requests and receive responses for any of Tamara's Public APIs.

You can test APIs right away by forking Tamara Public APIs POSTMAN collection.

1. Fork the Tamara POSTMAN collection

  1. Sign up or log in to an account on postman.com.

  2. Click on the following ▶ Run in Postman button:
    Run in Postman

  3. Select Fork Collection.

  1. Name your fork and select a workspace.

2. Choose the POSTMAN Environment (Sandbox/Production)

  1. In POSTMAN, select your own fork of the Tamara Public APIs collection.
  2. Under the Variables tab, in the CURRENT VALUE column,
    1. BASE_URL: Enter the BASE URL corresponding to the environment you would like to use Tamara's Public APIs with.
      1. Sandbox: https://api-sandbox.tamara.co
      2. Production: https://api.tamara.co
    2. API_TOKEN: Enter your API Token corresponding to the environment/BASE URL being used.
  3. Click on Save 💾 button.

3. Start testing the Tamara Public APIs 🧪