For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Talk to usGet started
OverviewAPI Reference
OverviewAPI Reference
    • Introduction
    • Quick Start
  • Integrations
    • Overview
    • Custom Automations
    • Using Our Actions
    • Using Our Webhooks
Logo
Talk to usGet started
On this page
  • Example
  • Check out more of our built in abstractions
Integrations

Using Our Actions

Was this page helpful?
Previous

Using Our Webhooks

Next
Built with

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
/v1/amazon-business/orders
1curl https://api.trykeet.com/v1/amazon-business/orders \
2 -H "X-Account-Token: X-Account-Token" \
3 -H "Authorization: Bearer <token>"
Try it

Check out more of our built in abstractions

Integration Reference