API Key Authentication

Grubtech Endpoints

GrubOne uses API keys for authentication of its public APIs. You should receive an API key along with the details for your test environment. If you haven't received the key please send us a request with your PGP key. Your account’s secret API key can be used to perform any API request without restriction. If you do not include your key when making an API request, or use one that is incorrect or outdated, Grubtech API will return an error.

Include the following header when making API calls to Grubtech endpoints.

Header Key Header Value
X-API-KEY Your Grubtech api key

📘

API key-based authentication is only considered secure if used together with other security mechanisms such as HTTPS/SSL. It is mandatory that HTTPS is used for endpoints on both sides.