Retrieves all the stores for the current organization
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET '/v1/stores'
Responses
application/json {
"data": [
{
"name": "Tacos Parrot",
"uuid": "76d5ad71-611c-4548-88f5-5503f4b8a3af",
"organizationUUID": "33cf023c-a1c0-4d0d-be17-6e50baccf17c"
}
],
"datetime": 1714976978153
}
Modified at 2025-07-01 17:39:19