Sign in

List custom object records

documented

Retrieve a paginated list of records for a custom object type.

GET /v3/objects/{object_type}/recordsCustom Objectsno 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.brevo.com/v3/objects/{{$object_type}}/records?limit={{$limit}}&page_num={{$page}}&sort={{$sort}}&association={{$association}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "api-key: {{SENDINBLUE_API_KEY}}"
List custom object records · Brevo · OpenIntegrations