Authentication

In order to be allowed to interact with the API you will need to authenticate with the API. Doing so is fairly simple.

All our endpoints require that you supply a header with your request:

{
    "2hd-api-key": YOUR API KEY
}

Last updated