Linkable
Stores

List stores

GET
/v1/stores

Returns all active stores available to your account. Use the store_id to browse products.

Authorization

ClientToken
AuthorizationBearer <token>

Bearer token issued by Infinitee. Pass in the Authorization: Bearer <token> header.

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/stores"
{  "data": [    {      "store_id": "7fe87115-950c-4ae8-bd7e-970406bc9ac0",      "name": "string",      "shop_domain": "string",      "status": "ACTIVE"    }  ]}