Base URL
Authentication
The Yabetoo API uses API keys to authenticate requests. You can manage your API keys in the dashboard. All API requests must be made over HTTPS and must include your API key in the Authorization header:Request Formats
Content-Type
For POST and PUT requests, the body must be JSON-encoded with the header:Pagination Parameters
For endpoints that return lists, use these parameters:limit: Number of items per page (default: 10, max: 100)page: Page number (starts at 1)
Responses
Structure
All responses are in JSON with this structure:HTTP Codes
200: Success201: Resource created400: Invalid request401: Not authenticated403: Not authorized404: Resource not found429: Too many requests500: Server error
Error Handling
In case of an error, you will receive:Keep your API keys secure. Never share them publicly or in
client-side code.