{"token": "your_api_key"}
When making an HTTP request to the API, include a key value pair in your header in the form of: Authorization: Bearer YOUR_API_KEY
curl https://api.photoncommerce.com/ \-H "Authorization: Bearer your_api_key"
When making an HTTP request to the API, include an api_key
key in your URL query parameters that has your API key as the value
curl https://api.photoncommerce.com\?api_key\=your_api_key