curl -X GET "https://example.com/v1/verifications"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "provider": "string", "country_code": "string", "number_type": "string", "subject_type": "string", "state": "string", "rejection_reason": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "submitted_at": "2019-08-24T14:15:22Z", "approved_at": "2019-08-24T14:15:22Z" }]List Subscriptions
List webhook subscriptions for the caller's organization. Cursor-paginated, newest first. The signing secret is never included — only POST /v1/webhooks and POST /v1/webhooks/{sub_id}/rotate-secret return it.
Patch Contact
Update a manual contact's fields. Only fields present in the body change. Manual contacts only — a member: id (org members synced from membership) returns 422; edit those via the membership APIs instead. The contact must still have at least one of phone_e164 or email after the update. Fails with 409 on a duplicate phone/email.