TL;DR
Include thex-api-key
header in every request with your API key that you can find in your account dashboard.How to authenticate
All API endpoints require authentication via an API key, which must be included in thex-api-key
header of your HTTP request. You can obtain your API key from your Workfloows account dashboard.
Include the header in every request as follows:
- Header name:
x-api-key
- Header value: Your personal API key (e.g.,
x-api-key: YOUR_API_KEY
)
Test request
You can test your API key by sending a simple request to the test endpoint called/ping
.
Endpoint
/ping
is free to use and does not count towards your usage (rate limits apply).message
field set to pong
.