Skip to main content
GET
/
verification-status
Get Verification Status
curl --request GET \
  --url https://app.closerx.ai/api/verification-status/ \
  --header 'Company-Name: <company-name>' \
  --header 'api_key: <api-key>'
{
  "phone_number": "+919999008776",
  "validation_code": "838171",
  "twilio_sid": null,
  "is_verified": false,
  "created_at": "2025-08-26T09:22:32.928114Z",
  "friendly_name": null
}

Authorizations

api_key
string
header
required

Headers

Company-Name
string
required

Schema name for multi-tenancy

Query Parameters

phone_number
string
required

The phone number to check verification status for (URL encoded)

Example:

"+919999728776"

Response

Verification status retrieved successfully

phone_number
string

The phone number being verified

Example:

"+919999008776"

validation_code
string

The Twilio validation code sent to verify the phone number

Example:

"838171"

twilio_sid
string | null

Twilio SID associated with the phone number if available

Example:

null

is_verified
boolean

Indicates whether the phone number is verified

Example:

false

created_at
string<date-time>

Timestamp of when the verification process started

Example:

"2025-08-26T09:22:32.928114Z"

friendly_name
string | null

A user-defined name for the phone number

Example:

null