HatcheryBrain API Requirements
Endpoints
Endpoints are located at the following domain: https://apiv2.hatcherybrain.com/
Authentication
The HatcheryBrain API uses Bearer HTTP authentication. If you are an approved API Partner, we will provide you with a Bearer token which will allow you access to our API.
The Authorization header is constructed by designating by including the "Authorization" header in your API request, followed by "Bearer ", and then your API Token.
For example, if the Bearer token is "hQ7V4D%E4JiV2YeUkjU9Y@XODj@zs$9YuRY5m4oUCF2ghc5uL" , the header would be formatted as follows -
'Authorization': 'Bearer hQ7V4D%E4JiV2YeUkjU9Y@XODj@zs$9YuRY5m4oUCF2ghc5uL'