Skip to main content

Retrieve a Civic Address

GET 
/external_connections/:id/civic_addresses/:address_id

Return the details of an existing Civic Address with its Locations inside the 'data' attribute of the response.

Request

Path Parameters

    id int64required

    Identifies the resource.

    address_id uuidrequired

    Identifies a civic address or a location.

Responses

200: Successful response

401: Unauthorized

404: Not found

500: Unexpected Error

502: Bad Gateway

Loading...