API Key
A DeBounce API key is a 13-character alphanumeric token unique to your account.The API key must be included in the query string of all requests using the
api
parameter.&api=YOUR_API_KEY
to the request URL. This method allows authentication without custom headers.
Authentication is mandatory for all API requests. Requests without a valid API key will be rejected.