Since our API uses Bearer Authentication you have to request a token before you can do anything else. To do this, call our authentication endpoint using basic Authentication.

Your Merchant ID is the username and your Secret Key is your password.

🚧

Heads Up!

Don't try to use JSON as a post body, it wont work. You need to use form-data for this one.

📘

API Keys

PS, if you're currently logged in to the portal, conveniently your sandbox API keys for are below:

> Test Merchant ID: <<user>>  
> Test Secret Key: <<pass>>

You can also find these keys here: https://web.getpinch.com.au/api-keys

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!