Skip to main content
GET
/
business
/
verification
/
{id}
Get a verification by id
curl --request GET \
  --url https://api-staging.usenumero.com/numeroaccount/api/v1/business/verification/{id} \
  --header 'X-Numero-Api-Key: <api-key>'
{ "data": { "id": 123, "status": "Completed", "verificationType": "<string>", "fee": "<string>", "feeCurrency": "<string>" }, "error": { "message": "<string>", "param": "<string>" }, "meta": { "request_id": "<string>", "pagination": { "page": 123, "page_size": 123, "total": 123, "has_more": true } } }

Authorizations

X-Numero-Api-Key
string
header
required

Your business API key (live_key_...). Issued on approval; managed in Dashboard → Settings → Developer.

Path Parameters

id
integer<int64>
required

Numeric verification record id.

Response

Verification result

Canonical response envelope for the public surface. data on success, error on failure.

data
object
required

Shape varies by product; common fields shown.

error
object
required
meta
object
required