Parameter | Type | Description |
---|---|---|
api_key | string | Your API-key |
customer_id | number | Customer's id |
{
"api_key" : {{apikey}},
"customer_id" : 234
}
curl --location --request POST 'https://api.yelo.red/open/admin/customer/address/get' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"customer_id" : 234
}'
{}