You’ll need to authenticate your requests to access the endpoints in the Poix API. Take a look at how authentication works.

Bearer Token

When requesting resources, you will need a API key — create one in the Dashboard. Here’s how to add the API token to the request header using cURL:

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

Always keep your API token key safe and reset it if you suspect it has been compromised.

You can create, revoke or delete your API token in the Dashboard. Once created, it will be shown only once so keep it safe.