Get Physical Address

Get Physical Address

This endpoint is used to get a customer address.

GET {{Environment_URL}}/customers/v1/partner/physical/:cpf/addresses/:id

Headers

Name
Value

Authorization

Bearer <token>

Path Params

Key
Description
Required
Data Type
Example

cpf

CPF in format 00000000000

true

String

12345678900

id

Address ID (obtained in create physical address)

true

String

6887c6ee05fc6408d37076a3

Response

{
  "id": "6887c6ee05fc6408d37076a2",
  "country": "Brazil",
  "state": "SP",
  "city": "Francisco Morato",
  "neighborhood": "Chácara Martha",
  "street": "Avenida União",
  "number": 81,
  "complement": "",
  "zipCode": "07996-090",
  "default": false,
  "nickname": "Casa",
  "fullAddress": "Avenida União, 81 - Chácara Martha - Francisco Morato/SP, Brazil - 07996-090"
}