Authentication

Worksimply uses API keys to authenticate the API requests. For every API request, include your API key in the header in the following format:

1// The bearer token is to be passed in the header
2curl --location --request GET '<ENDPOINT>' \
3-H 'Authorization: Bearer <API_TOKEN>'

Make sure to replace <api_key> with your API key.

Make sure that you use the API key only on your projects. You are responsible for all the actions made using your API key.

To get your API key and get started with the Worksimply API please contact us.