Confirm a phone contact with its verification code
POST/api/v1/orgs/:org/users/me/notification-contacts/:contactUid/verify/confirm
Constant-time compares the submitted code; after 5 failed attempts the code is invalidated and a new one must be requested. Success stamps the contact verified.
Request
Responses
- 204
- 400
- 401
- 404
- 429
Contact verified
Validation error
Authentication required
Resource not found
Too many incorrect attempts; request a new code