Rest API
You need only two things to use the REST API: API key and auth token.
Keep in mind
-
All endpoints work on POST method only. GET, UPDATE, DELETE, or any other methods will return HTTP 400 error.
-
All requests must be sent with
Content-Type: application/json
header.
Usage
curl "https://api.grandeur.tech${ENDPOINT_PATH}?apiKey=${API_KEY}" -H "Authorization: ${AUTH_TOKEN}"