# Send verification code Send verification code to email or phone. Does not perform patient matching - only proves contact ownership. Endpoint: POST /partner/v2/account/{accountId}/identity-proof/{id}/send Version: 2.0 Security: PartnerOAuth ## Path parameters: - `accountId` (integer, required) - `id` (integer, required) ## Request fields (application/json): - `email` (string) Email to verify. Provide either email or phone, not both. Example: "john@example.com" - `phone` (string) Phone number to verify (10-digit US number, e.g. 5551234567). Country code is optional and defaults to US (+1). Provide either email or phone, not both. ## Response 200 fields (application/json): - `sent` (boolean) Whether the verification code was sent successfully Example: true ## Response 400 fields ## Response 404 fields