API Reference
GoTab exposes a set of REST APIs for integration with the platform.
Authentication
Section titled “Authentication”All API requests require authentication via API key or OAuth token. Include your credentials in the Authorization header:
Authorization: Bearer <your-api-key>Base URL
Section titled “Base URL”https://api.gotab.io/v1Rate Limits
Section titled “Rate Limits”API requests are rate-limited to ensure platform stability. Standard limits apply per API key:
- Standard tier: 100 requests/minute
- Premium tier: 1,000 requests/minute
Response Format
Section titled “Response Format”All responses are JSON. Successful responses include a data field, errors include an error field with code and message.