List all customer password resets

GET https://{{subdomain}}.commercelayer.io/api/customer_password_resets

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{"data":[{"id":"xYZkjABcde","type":"customer_password_resets","links":{"self":"https://yourdomain.commercelayer.io/api/customer_password_resets/xYZkjABcde"},"attributes":{"customer_email":"john@example.com","reset_password_token":"xhFfkmfybsLxzaAP6xcs","reset_password_at":"2018-01-01T12:00:00.000Z","created_at":"2018-01-01T12:00:00.000Z","updated_at":"2018-01-01T12:00:00.000Z","reference":"ANY-EXTERNAL-REFEFERNCE","reference_origin":"ANY-EXTERNAL-REFEFERNCE-ORIGIN","metadata":{"foo":"bar"}},"relationships":{"customer":{"links":{"self":"https://yourdomain.commercelayer.io/api/customer_password_resets/xYZkjABcde/relationships/customer","related":"https://yourdomain.commercelayer.io/api/customer_password_resets/xYZkjABcde/customer"}},"events":{"links":{"self":"https://yourdomain.commercelayer.io/api/customer_password_resets/xYZkjABcde/relationships/events","related":"https://yourdomain.commercelayer.io/api/customer_password_resets/xYZkjABcde/events"}}},"meta":{"mode":"test"}},{"other":"... 9 customer_password_resets (first page)"}],"meta":{"record_count":140,"page_count":14},"links":{"first":"https://yourdomain.commercelayer.io/api/customer_password_resets?page[number]=1\u0026page[size]=10","next":"https://yourdomain.commercelayer.io/api/customer_password_resets?page[number]=2\u0026page[size]=10","last":"https://yourdomain.commercelayer.io/api/customer_password_resets?page[number]=14\u0026page[size]=10"}}