Add identity
documentedAttach an identity to a contact
POST /contacts/{email}/identitiesContactsno 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://{{$brand}}.reamaze.io/api/v1/contacts/{{$contact_email}}/identities" \
-X POST \
-H "Authorization: Basic {{REAMAZE_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"identity": {"type": "{{$identity_type}}", "identifier": "{{$identity_identifier}}"}}'