Authentication

The Publisher API uses an API key and API secret to authenticate requests.

You can request your API key and secret from the TyrAds team. To authenticate a request, provide the both API key and API secret in the header of the request:

Header Name
Value

X-Api-Key

YOUR_API_KEY

X-Api-Secret

YOUR_API_SECRET

curl -H "X-Api-Key: YOUR_API_KEY" -H "X-Api-Secret: YOUR_API_SECRET" https://api.tyrads.com

Last updated