Stores
List stores
Returns a list of stores
get/v1/stores
Response
Successfully returned list of stores
Example response
{
"data": [
{
"object": "store",
"id": "st_18",
"currency": "EUR",
"name": "Example store name",
"payment_methods": [
"pm_7301",
"pm_7302"
],
"products": [
"pr_105676"
]
}
],
"links": {
"next": "/v1/stores?starting_after=st_120",
"previous": "/v1/stores?ending_before=st_100"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.