Langsung ke konten utama
GET
/
v3
/
customers
/
{customer_id}
/
addresses
/
{id}
Get a business customer address
curl --request GET \
  --url https://api.scalev.com/v3/customers/{customer_id}/addresses/{id} \
  --header 'Authorization: Bearer <token>'
{}

Otorisasi

Authorization
string
header
wajib

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parameter Path

customer_id
string
wajib
id
string
wajib

Respons

Success

Raw single-resource success payload for v3.