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