Network/Country information for a phone number

Network/Country information for a phone number

get

Performs network lookup for a phone number

Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
workspaceIdstring · uuidRequired

The ID for the workspace.

Example: d386a801-ee8d-4aba-a7e4-78671bd3b11e
Query parameters
numberstring · min: 1 · max: 30Optional

The phone number in E.164 format.

Example: +14155552671
Responses
chevron-right
200

OK

application/json
get
/workspaces/{workspaceId}/network-lookup

Network/Country information for a phone number

post

Performs network lookup for a phone number

Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
workspaceIdstring · uuidRequired

The ID for the workspace.

Example: d386a801-ee8d-4aba-a7e4-78671bd3b11e
Body
phoneNumberstringRequired

The phone number to look up

Example: +1234567890
Responses
chevron-right
200

OK

application/json
post
/workspaces/{workspaceId}/network-lookup

Bulk lookups

Our bulk API supports up to 50 phone number lookups in one request. This number lookup will only be performed on our set of curated number databases and will not perform a network lookup for the given numbers.

Batch network/country information for multiple phone numbers

get

Performs network lookup for multiple phone numbers using the local embedded database

Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
workspaceIdstring · uuidRequired

The ID for the workspace.

Example: d386a801-ee8d-4aba-a7e4-78671bd3b11e
Query parameters
numbersstringRequired

Comma-separated list of phone numbers to look up (max 50)

Example: +31612345678,+1234567890
Responses
chevron-right
200

OK

application/json
get
/workspaces/{workspaceId}/network-lookup/batch

Batch network/country information for multiple phone numbers

post

Performs network lookup for multiple phone numbers using the local embedded database

Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
workspaceIdstring · uuidRequired

The ID for the workspace.

Example: d386a801-ee8d-4aba-a7e4-78671bd3b11e
Body
phoneNumbersstring[] · max: 50Required

List of phone numbers to look up

Example: +31612345678
Responses
chevron-right
200

OK

application/json
post
/workspaces/{workspaceId}/network-lookup/batch

Last updated

Was this helpful?