Getting an API Key
If you're the editor of your site, you'll need an API key to authorise requests.
Log in to your account, visit My Profile, and click Edit. eg. https://data.london.gov.uk/user/edit. Then click Get API KEY.

Using your API Key
GET
https://data.website/api/*
Provide your API key in the Authorization header on a request. This is required to access private datasets, and to edit the catalogue.
Headers
Name
Type
Description
Authorization
string
Your API Key
Last updated
Was this helpful?