Skip to main content
POST
Phone ID
For a usage description of the Phone ID Service, please refer to the Phone ID page.

Endpoint

POST /phone-service/phoneid

Swagger

Authorizations

Authorization
string
header
required

Bearer token obtained from POST /auth. Valid for 60 minutes.

Body

application/json
phoneNumber
string
required

Phone number to query, including country code (no spaces or symbols).

Example:

"11234567890"

accountLifecycleEvent
enum<string>

Stage of the user journey.

Available options:
create,
sign-in,
transact,
update,
delete
Example:

"create"

externalId
string

Customer-defined ID echoed in the response.

Example:

"CustomExternalID7349"

originatingIp
string

End user's IP address (IPv4 or IPv6).

Example:

"203.0.113.45"

addons
object

Add-on services to enrich the phone lookup.

Consent record for querying the number — required for certain add-ons.

Response

Successfully retrieved phone ID information.

status
boolean
required

Indicates if the API request itself was successful.

data
object
required