# API Usage

## Read documents 

Instructions on : https://restheart.org/docs/read-docs/


base URL : http://api.clg.westindiesdev.com/api

HTTPS comming soon.

## Authentication

Headers : 
- licenceKey: <your_licence_key>

## Cameras

/cameras

## Lenses

/lenses

## Gimbal

/gimbals

## Example

```bash
curl --location --request GET 'http://api.clg.westindiesdev.com/api/lenses' \
--header 'licenceKey: <YOUR_LICENCE_KEY>'
```

## HTTP Status code

200 : OK                => default success response.
401: Unauthorized       => check the license pass when requesting.
429: Too Many Requests  => you have reached the maximum requests allowed with the license key
