Sign in

Get lead

documented

Get information for a single lead on a page.

GET /pages/{page_id}/leads/{lead_id}Pagesno 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.unbounce.com/pages/{{$page_id}}/leads/{{$lead_id}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"