CorebanqCorebanq Developer Docs
Addressesv1

Get address by ID

GET/v1/addresses/{id}

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://example.com/v1/addresses/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "rec_id": "0ba687c4-349e-490d-969f-fd374e232d42",
  "rec_type": "string",
  "type": "string",
  "street": "string",
  "number": "string",
  "additional": "string",
  "postal_code": "string",
  "city": "string",
  "state": "string",
  "country": "string",
  "is_primary": true,
  "metadata": {},
  "created_at": "2019-08-24T14:15:22Z",
  "updated_at": "2019-08-24T14:15:22Z"
}