Authorization header carrying your API key
as a Bearer token. There are no unauthenticated endpoints.
Request format
One key, four markets
The same key works for the United States, France, Germany and Ireland. You do not need a separate key per market, and you do not need to tell us which markets you intend to call. The market is chosen by the path segment after/v1/, not by the key.
Keys are not currently scoped to individual markets. Any valid key can reach all four. If you need
a key restricted to a subset, tell us — it is not something you can configure yourself today.
Getting a key
API keys are issued by hand. Email support@thedatacity.com with:- The name of your organisation.
- The email address of the person who will hold the key.
- Which markets you expect to use.
Replacing a key
Email support@thedatacity.com to have a key revoked and reissued. Revocation takes effect immediately, so arrange the swap before you ask us to revoke the old key.Authentication failures
A missing, malformed or revoked key returns401:
detail field distinguishes a missing header from a rejected key. See
Errors for the full response shape.