curl -X POST "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"}Create Subscription
Create a webhook subscription for one or more event types. The response includes the plaintext signing secret — this is the only time it is ever returned; store it now. Every later GET omits it. Use POST /v1/webhooks/{sub_id}/rotate-secret to get a new plaintext secret if it is lost or compromised.
Delete Contact
Permanently remove a manual contact. Manual contacts only — a member: id returns 422; org members are removed via the membership APIs, not this route. Irreversible.