To use Poix API endpoint, you’ll need an API Key, such keys works in a scope of one project. You can create the API key only in the Tokens page in Dashboard.

How to create a token

1

Open Dashboard

Go to the Tokens page in the Dashboard.

2

Click on 'Add token' button

Click on the ‘Add token’ button to create a new token.

3

Specify name for your new token

Specify the name for your new token. It will help you to identify the token later.

4

Copy newly generated secret key

Once token is created, you will see the secret key. You can copy it and use in your requests.

That’s it! Keep it safe and don’t share it with anyone. If you think your key has been compromised, you can always regenerate it.

Example

If you created token with secret key poix-Q2jffUdt6dlG0Jb2UnB, use it in your requests like this:

curl --request GET \
  --url https://api.poix.io/search?q=cats \
  --header 'Authorization: Bearer poix-Q2jffUdt6dlG0Jb2UnB'