# Get Stores Get a list of all stores associated with the authenticated user. (This only shows store create via the API.) Endpoint: GET /stores Version: 4 Security: bearerAuth ## Response 200 fields (application/json): - `success` (boolean) Indicates whether the request was successful. - `stores` (array) Array of stores - `stores.id` (integer) The unique identifier for the store. - `stores.identifier` (string) The identifier associated with the store. - `stores.created_at` (string) The date and time when the store was created. - `stores.store_type` (string) The description of the store type. ## Response 401 fields (application/json): - `message` (string) Example: "Unauthenticated." ## Response 500 fields (application/json): - `success` (boolean) - `errors` (array) Example: ["An unknown error occured"]