Authentication
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.
Click on Create new key
Select an organization you belongs to or you own profile.
tip
For now access key inherit the same permission as your own user.
Once created, copy your key in some safe place.
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'