Sign in

List deals

documented

Retrieve a list of deals in the Teamgate account.

GET /v4/dealsDealsno 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.teamgate.com/v4/deals?query={{$query}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "X-App-Key: {{TEAMGATE_API_KEY}}" \
  -H "X-Auth-Token: {{TEAMGATE_AUTH_TOKEN}}" \
  -H "Accept: application/json"