Making requests
To make authorized requests you must include your token in your Authorization header preceed by the word Bearer
Header | Value |
---|---|
Authorization | Bearer 57a0f601939541ece00a0a7922472f6e5fb226ca |
Curl example
curl --request GET \--url http://api.sensaimetrics.io/products/ \--header 'Authorization: Bearer 57a0f601939541ece00a0a7922472f6e5fb226ca'