...
Code Block |
---|
https://tickit.com/blade/closing/group/1/Default/?format=json&apikeyapi_key=1234-567-89123456 |
API Key in the Header
If the API key is not included in the URL parameters or the key does not exist then the Headers of the request are checked next. It looks for a header with the same name: ApiKey
API-Key
The header name is not case sensitive but the API key value is case sensitive.
...