Worked request and response samples
Copy a request body as written, substitute your own ids, and compare the response envelope. Errors follow Devotel Orbit’s{ error, meta } envelope, shown once below under Error envelope.
Send a verification code
POST /api/v1/verify/sendverification_id for the check call.
Request
Check a code
POST /api/v1/verify/checkverification_id from the send call and the code the user typed.
Request
Error envelope
An expired or wrong code returns422 with VALIDATION_ERROR; repeated wrong codes are rate-limited.
422