Phone Numbersv4

Batch phone number lookup

POST/phone-numbers/batch

Looks up up to 100 phone numbers. Requires an enterprise plan.

Headers

AuthorizationRequiredstring

Your API key, sent as a bearer token: Authorization: Bearer <api_key>. Editing this stays in sync with the API key box on the right.

Bearer

Body parameters

JSON
numbersRequiredstring[]

Returns

dataoptionalobject[]

Response codes

200Lookup results
400The request was malformed — check the path, query parameters, and body.
401Your API key is missing or invalid. Pass it as a bearer token.
403Your API key isn't allowed to access this phone number (blocked key or plan limit).
422Validation failed — one or more fields in the request are invalid or missing.

Sends a live request with your values and shows the real response below. Your key is stored only in this browser.

Request
curl -X POST https://api.blooio.com/v4/phone-numbers/batch \
Body object
Response objectexample
{  "data": [    {}  ]}