Verify Code Success
The event verify_code.success is triggered when the verification code was successfully delivered and the recipient has been verified.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
Unique entity UUID
Version of the notification webhook data structure
Webhook’s event name
Timestamp when the entity was added to the system by the user
Total number of notification webhook delivery attempts
Current webhook notification attempt number
Notification task identifier (request identifier)
Data for verify_code.success, verify_code.failed and verify_code.channel.updated events
object
Verify code ID (UUID)
User ID
Phone number
Routing strategy configuration
object
Timeout in seconds. Only applicable for the telegram channel.
Verify code status
Channel that delivered the code
Cost in cents
Currency code
Verification code
Code length
Custom payload
Creation timestamp
Last update timestamp
Processing history
object
Whether the verification code has been deleted from storage after being sent.
Examples
Verify Code Success Event
Event sent when the verification code was successfully delivered and verified
{ "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "api_version": "2022-05-25", "name": "verify_code.success", "created_at": 1735689600, "attempt_total": 3, "attempt_number": 1, "data": { "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "user_id": 12345, "phone": "+4915112345678", "routing_strategy": [ { "channel": "telegram", "timeout_sec": 30, "sender_id": "LOX24" }, { "channel": "sms", "timeout_sec": 60, "sender_id": "LOX24" } ], "status": 10, "delivered_channel": "telegram", "cost": 5, "currency": "EUR", "code": "1234", "code_length": 4, "payload": "session_abc123", "created_at": 1735689540, "updated_at": 1735689600, "history": [ { "id": "a1b2c3d4-d5e6-7890-abcd-ef1234567890", "channel": "telegram", "status": 10, "processed_at": 1735689570, "external_id": "tg_msg_001" } ], "is_code_deleted": false }, "notification_task_id": "3378de83-de66-4de8-9d29-2b10d41bb641"}Responses
Section titled “ Responses ”Webhook received
Invalid webhook request’s body structure
Webhook request unauthorized
Webhook access forbidden
Webhook access forbidden
Server error