Sign in

List inbox leads

documented

Return the data for all InboxLeads.

GET /grow/inbox_leadsInbox Leadsno 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.clio.com/grow/inbox_leads?created_since={{$created_since}}&updated_since={{$updated_since}}&query={{$query}}&page_token={{$page_token}}&ids[]={{$id1}}&ids[]={{$id2}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List inbox leads · Clio · OpenIntegrations