Sign in

List agents

documented

Retrieves the agents associated with your account.

GET api/Agent/GetAgentno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://api.cayzu.com/api/Agent/Get?email={{email}}\" \
  -X GET \
  -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \
  -H \"X-Api-Key: {{CAYZU_API_KEY}}\" \
  -H \"X-Cayzu-Secret: {{CAYZU_SECRET}}\" \
  -H \"Content-Type: application/json\" \
  -H \"Accept: application/json\"
List agents · Cayzu · OpenIntegrations