Cancel Token

Cancel Token

Deletes an existing Verify request. You only need to supply the unique id that was returned upon creation.

API Endpoint

https://eu.cpaas.bics.com/api/v2/

Note: Few elements in the endpoint may change from service to service.

GET

{endpoint}verify/cancel/{id}

MANDATORY PARAMETERS

Name Type Description
id string The Verify request to check. This is the id you received in the response to the Verify request.

Example Request

cURL - cURL
curl --location --globoff '{endpoint}api/v2/verify/cancel/{otp_id}'

Example Response

{
  "id": "41379328-d3a7-4fcd-be90-d5237f911d76",
  "status": "success"
}