All endpoints in the RewardsBot Affiliate Discovery API require authentication via an API key passed in the x-api-key request header.
Pass your key in the x-api-key header on every request:
Treat your API key like a password. Never commit it to source control or expose it in client-side code.
Optional bearer token
Endpoints also accept an optional bearer (JWT) token via the standard Authorization header. When present, it is parsed alongside your API key:
Error responses
Getting an API key
Contact support@liquidrewards.com to request API access.