429, API_RATE_LIMIT_EXCEEDED
Gridlines test-credentials have an inbuilt usage limit and status code 429 is returned when the API-Key you are using has exceeded its usage limit. If this code is received
- Check if the API-Key is a test-credential. You can verify this by logging into https://gridlines.io/ and opening the Credentials page from the menu.
- If you have already created live API-Keys, switch to a live key immediately to continue using Gridlines.
- If you have not created live API-Keys, create a live API-Key to resume access.
- If your account is not active, request activation through the portal or by requesting your sales POC for Gridlines.
403, FORBIDDEN_ACCESS
Access to APIs is controlled by API-Keys. Status 403 is returned when an API-Key that is not authorized is used to access a Gridlines product. To resolve this error, assign appropriate access to your API-Key. Learn How
404, NOT_FOUND, "No route matched with those values"
This code is returned when the authorization headers are not correctly configured. The configuration should be as below.
X-Auth-Type: API-Key
X-API-Key: <Your API-Key>
404, NO_HANDLER_FOUND
This code is returned when the path you are trying to access is incorrect. To resolve this issue, please visit Gridlines API documentation and verify the path is correct.
To read about all Error codes and their descriptions, please visit Gridlines API documentation.