API requests must be authenticated using an API key passed as a Bearer token in the Authorization header.

You can create and manage your API keys in the Sample Dashboard.

Remember to replace YOUR_API_KEY with your actual secret API key.

Example

curl -H 'Authorization: Bearer YOUR_API_KEY' https://api.samplehc.com/api/v1/<insert-endpoint-here>