GET /v1/reseller_stores

List reseller stores

Returns a list of reseller stores owned by the authenticated user.

Returns a list of all reseller stores belonging to the authenticated user. Results are returned in a Stripe-style list envelope.

Responses

200

Response

200 200 OK
{
  "object": "example_object",
  "data": [
    {
      "id": "example_id",
      "ownerId": "example_ownerId",
      "name": "example_name",
      "platform": "shopify",
      "shopDomain": "example_shopDomain",
      "createdAt": "example_createdAt",
      "deletedAt": "example_deletedAt"
    }
  ],
  "has_more": true,
  "url": "example_url",
  "request_id": "example_request_id"
}