Skip to content

API Reference

GoTab exposes a set of REST APIs for integration with the platform.

All API requests require authentication via API key or OAuth token. Include your credentials in the Authorization header:

Authorization: Bearer <your-api-key>
https://api.gotab.io/v1

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

All responses are JSON. Successful responses include a data field, errors include an error field with code and message.