Get customers payment addresses
GET {{baseUrl}}/paymentaddress/
Service urls:
http://yourdomain.com/api/rest/paymentaddress
OR
http://yourdomain.com/index.php?route=rest/payment_address/paymentaddress
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
X-Oc-Session
|
string | (Required) User session id | |
Accept
|
string |
RESPONSES
status OK
{
"success": 1,
"error": [
"Error description",
"Error description"
],
"data": {}
} |
ENDPOINTS