Authentication
This guide will help you understand how to securely authenticate your requests and begin building integrations.
Access Key creation
In order to peform API calls on Zparse, you need to create an access key, to do so go to Profile > Security.
Create new key
Select an organization you belongs to or you own profile on which this key will be attached.
tip
For now access key inherit the same permission as your own user.
warning
Beware that you won't be able to retrieve this key after closing the modal.
Use the same dashboard if you need to disable generated access keys.
Usage
For any API call which require authentication, add your access key under Authorization
header.
Example, webhook:
curl https://api.zparse.io/workflow/e/h/xxx/yyy \
-H 'Authorization: wkt-zzz-vvv-ggg'