API
Authentication
Format of Calls for curl
curl -H "Authorization: Bearer <YOUR_SECRET_KEY>" \
-H 'Content-Type: application/json' \
localhost:8081/api/path/to/endpointAPI Documentation
Was this helpful?