Sign in

Create contact

documented

Create a new contact for the specified connection.

POST /api/network/{hash_key}/contactsNetworksno 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://{{$subdomain}}.hiveage.com/api/network/{{$hash_key}}/contacts" \
  -X POST \
  -u "{{HIVEAGE_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"contact": {"first_name": "{{$first_name}}", "last_name": "{{$last_name}}", "email": "{{$email}}", "mobile": "{{$mobile}}", "phone": "{{$phone}}"}}'