Get list of customers filtered by date parameter (from)

GET {{baseUrl}}/customers/added_from/:added_from

Service urls:
http://yourdomain.com/api/rest_admin/customers/added_from/{added_from}
OR
http://yourdomain.com/index.php?route=rest/customer_admin/customers&filter_date_added_from={added_from}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"success":"\u003cinteger\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":"\u003cobject\u003e"}