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]envelope.

API requests are authenticated using the Bearer Auth schemearrow-up-right. 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

circle-exclamation

Last updated