Using Our Abstractions

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 -G https://api.trykeet.com/v1/amazon-business/orders \
2 -H "X-Account-Token: string" \
3 -H "Authorization: Bearer <token>" \
4 -d timespan=30d \
5 -d limit=0

Check out more of our built in abstractions