Skip to main content
POST
/
reverse
/
cancel
/
{otp_id}
cURL
curl --request POST \
  --url https://api.contiguity.com/otp/reverse/cancel/{otp_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "req_xxxxxxxxxxxxxxxx",
  "timestamp": 1765397289220,
  "api_version": "v2025.12.10",
  "object": "response",
  "data": {
    "otp_id": "r_otp_123456",
    "status": "cancelled"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

otp_id
string
required

Reverse OTP session ID

Example:

"r_otp_123456"

Response

Cancel an active Reverse OTP session

id
string
required
Example:

"req_xxxxxxxxxxxxxxxx"

timestamp
number
required
Example:

1765397289220

api_version
string
required
Example:

"v2025.12.10"

object
string
required
Example:

"response"

data
object
required