BetaThe V4 API is in beta — endpoints and functionality may change.
Phone Numbersv4

Look up a phone number

GET/phone-numbers/lookup

Returns parsed info / geocoding for a phone number. 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

Query parameters

numberRequiredstring

Phone number in E.164.

Returns

dataoptionalobject

Response codes

200Lookup result
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).

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

Request
curl -X GET https://api.blooio.com/v4/phone-numbers/lookup?number=%2B15551234567 \  -H "Authorization: Bearer bl_live_..."
Response objectexample
{  "data": {}}