Address Search: Retrieve a Complete Address Record

get

/api/v2/address/retrieve

Retrieve Address

Note: We recommend you use the equivalent function in the latest version, v3/.

This endpoint retrieves all information we have for a given address record using the v2 style address fields. Address records must be defined by Id. An Id is something which has been returned by find operations (see for example /v2/address/find endpoint).

Cost: If this function succeeds, then the user is charged; that is, usage is for each address record returned.

Input: Define a query parameter called Id with the value of a previously retrieved Id. Batch processing is possible concatenate a list of Id's with a comma.

Output: A JSON array, which contains JSON object(s). Each of these objects represents an address record that has been successfully retrieved. This record will contain the same attributes as defined already in the /v2/addressclean endpoint.

Example Response [ { "AQI ": "A ", "AVC": "V44-I44-P3-100 ", } ]

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : OutputRecord
Type: object
Show Source

401 Response

Unauthorized

403 Response

Forbidden

500 Response

An unexpected error occurred during the request.
Back to Top