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/v1

Last updated