Authentication
The Reviews Caribbean API uses Personal access tokens to authenticate requests.
You can request and manage your access tokens by emailing us at: [email protected].
API requests are authenticated using the Bearer Auth scheme. To authenticate a request, provide the token in the Authorization header of the request:
curl -H "Authorization: Bearer <your_access_token>" https://api.reviewscaribbean.com/v1Please be sure to keep your API access tokens secure! Do not share them in emails, chat messages, client-side code or publicly accessible sites.
If you have accidentally shared an API access token publicly, you can revoke it by contacting us at: [email protected].
Last updated