API Questions
How to authenticate with the REST API?
Looking for detailed steps and best practices on authenticating requests to our new REST API. Specifically interested in API key vs OAuth 2.0.
Understanding API Rate Limits
I'm encountering "Too Many Requests" errors. Can someone explain the rate limiting policies for each endpoint and how to monitor my usage?
Data format for POST requests?
What is the expected JSON structure for submitting data via POST requests? Are there any specific validation rules I should be aware of?
Error codes explanation
Could someone provide a comprehensive list of all possible API error codes and their meanings? Currently seeing code 400 and 503 frequently.
How to paginate results?
I need to retrieve large datasets. What parameters should I use for pagination (e.g., page number, limit) and how are the results returned?
New API Version Release
Announcement regarding the upcoming release of v2 of our API. Key changes and deprecation schedule for v1 endpoints.