Get contact by id
documentedRetrieve a contact by internal ID.
GET /api/1.1/json/user/{id}/Contactsno implementation yet0 runsNo 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}}" \