Sign in

Get contact

documented

Retrieve details for a specific contact by identifier (email/id/ext_id/etc.).

GET /v3/contacts/{identifier}Contact Managementno 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/contacts/{{$identifier}}" \
  -X GET \
  -H "api-key: {{SENDINBLUE_API_KEY}}" \
  -H "Accept: application/json"