All requests to ingestion API should be authenticated.


The DataGroomr API uses API keys to authenticate requests. You can view and manage your API keys in the Supervisr Dashboard. Your API keys carry many privileges, so be sure to keep them secure. Don't share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.


You must make all API calls over HTTPS. Calls that you make over plain HTTP will fail. API requests without authentication will also fail, all requests should include the following header:

  • token (Type: text, Value: Your API token)

To optimize performance and reliability, DataGroomr has established the following rate limits and allocations for API endpoints:

  • up to 30 requests per minute per organization


Please navigate to Ingestion API documentation for complete API description.