List all customer password resets
How to fetch a collection of customer password resets via API
Last updated
How to fetch a collection of customer password resets via API
Last updated
To a collection of customer password resets, send a GET
request to the /api/customer_password_resets
endpoint.
GET https://yourdomain.commercelayer.io/api/customer_password_resets
The following request fetches a collection of customer password resets:
Remember that when you fetch a list of resources you get result.
The list of customer password resets can be by the following fields:
id
created_at
updated_at
reference
reference_origin
customer
reset_password_token
reset_password_at
id
created_at
updated_at
reference
reference_origin
metadata
customer
events
The list of customer password resets can be by the following fields: