To access the API endpoints, you need to include a valid API key in the request headers. API keys are obtained by contacting us directly to request access. Once you receive the API key, it should be included in the headers of subsequent requests using the "Bearer" authentication scheme.

curl -X GET https://api.maroo.us/v1/contacts \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"

Your API keys carry many privileges, so be sure to keep them secure. Don't share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.

API keys have no expiration time. If your token is compromised, or you no longer need it, you should contact us. Once API key is revoked, any calls made with this API key will immediately begin to fail.