Sign in

Get contact by id

documented

Retrieve a contact by internal ID.

GET /api/1.1/json/user/{id}/Contactsno 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://{{$account_host}}/api/1.1/json/users/{{$user_id}}/" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Basic {{HAPPYFOX_BASIC_AUTH}}" \
  
Get contact by id · happyfox · OpenIntegrations