Nigeria
Digital Address Confirmation
Retrieve the result of a previously submitted digital address verification using its reference.
POST
Digital Address Confirmation
The Digital Address Confirmation endpoint retrieves the final status of a digital address verification. Pass theDocumentation Index
Fetch the complete documentation index at: https://docs.smartcomply.com/llms.txt
Use this file to discover all available pages before exploring further.
reference returned from the Digital Address Verification endpoint.
Endpoint
Request
Headers
| Header | Value | Required |
|---|---|---|
x-access-token | Your API secret key | Yes |
Content-Type | application/json | Yes |
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
reference | string | Yes | The reference ID returned from the Digital Address Verification endpoint |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.status | string | Final verification status ("completed", "failed", etc.) |
data.verification_status | string | Human-readable result (e.g., "verification successful") |
data.lattitude | string | Geocoded latitude |
data.longitude | string | Geocoded longitude |
data.street | string | Verified street address |
data.city | string | Verified city |
data.state | string | Verified state |
data.lga | string | Verified LGA |

