Skip to content

Get Customer address by id

GET
/customers/address/{id}

Returns a single customer address by its id.

Authorizations

BearerAuth
Type
HTTP (bearer)
Example"Bearer ..."

Parameters

Path Parameters

id*

ID of the resource

Type
integer
Required

Responses

Successful operation

application/json
JSON
{
  
"data": {
  
  
"id": 0,
  
  
"street": "string",
  
  
"number": 0,
  
  
"complement": "string",
  
  
"zip_code": 0,
  
  
"neighborhood": "string",
  
  
"city": "string",
  
  
"state": "string",
  
  
"latitude": 0,
  
  
"longitude": 0,
  
  
"address_type": "string",
  
  
"name": "string",
  
  
"fk_id": "string"
  
},
  
"meta": {
  
  
"timestamp": "2026-04-13T17:17:49",
  
  
"version": "1.0.0"
  
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI