The DisputeNinja API uses Bearer Token authentication to secure your API requests. This page will guide you through the process of obtaining and using your API key for authentication.Documentation Index
Fetch the complete documentation index at: https://docs.disputeninja.io/llms.txt
Use this file to discover all available pages before exploring further.
Obtaining Your API Key
To get started with the API, you’ll need to obtain an API key:- Log in to your account (or sign up if you don’t have one)
- Navigate to settings -> API keys
- Click on “Generate New Key”
- Copy your new API key
Using Your API Key
To authenticate your API requests, include your API key in theAuthorization header of each request. The header should be formatted as follows:
YOUR_API_KEY with your actual API key.
Example Request
Here’s an example of how to include the authorization header in a cURL request:Rate Limiting
To ensure fair usage and protect our services, we implement rate limiting on API requests. The current limits are:- 5,000 requests per hour
429 Too Many Requests response. The response will include a Retry-After header indicating how long you should wait before making another request.
If you need higher rate limits, please contact
us.
