Authentication
To authenticate with Whisper Memos, use the API Key. You can find your API key in the iOS app, in Settings → Zapier.
It's necessary to include the API Key with every request to our API as header X-API-KEY.
To test an API Key, use the POST /zapier/test-auth endpoint.
Request
curl -X POST https://whispermemos.com/zapier/test-auth \
-H "X-API-KEY: aaaa-bbbb-cccc-dddd"Response
The API will return 200 OK if the API Key is valid, and 401 Unauthorized if the API Key is invalid.