Main Endpoint Categories
Search vs Detail Endpoints
- Search endpoints return multiple records based on filters
- Detail endpoints return specific records by ID
Search responses include full detail payloads—you usually don’t need a separate detail call.
Full Documentation
For complete endpoint details, parameters, and interactive testing:- API Reference - Full endpoint documentation with playground
- API Introduction - Authentication, pagination, and usage tips
