Using Our Actions

Using our API abstractions is extremely simple. Just include the accountToken you received from the following the Link flow in the X-Account-Token header of your requests.

Example

This is an example request to get recent orders from an Amazon Business account:

GET
1curl https://api.trykeet.com/v1/amazon-business/orders \
2 -H "X-Account-Token: X-Account-Token" \
3 -H "Authorization: Bearer <token>"

Check out more of our built in abstractions