Skip to main content

Postman API setup

Davi avatar
Written by Davi
Updated over 3 months ago

Step 1: Copy the token

On your dashboard, go to profile > API key > copy token

Step 2: Authorize token

Click on API documentation. Once on the page, click Authorize

On the value input, insert x-api-key your-api-key and click authorize. Then close.

Step 3: Test it

Choose an API GET, click Try it out, then execute

You should get a 200 OK code. If you get an error, check the token authorization

Step 4: Postman setup

Select GET and add the Request URL

Step 5: Header and send

Select the header tab and insert the following:

KEY - Authorization | Value x-api-key your-api-key

KEY - Content-type | Application/json

Click send, and you should get a 200 OK status


Attachment icon
Did this answer your question?