TeamSellhub DocsStore TeamGET/store/teamSendHeadersAuthorizationAuthorization<token>In: headercURLJavaScriptGoPythoncurl -X GET "https://dash.sellhub.cx/api/sellhub/store/team" \ -H "Authorization: <token>"200401A list of team membersResponse{ "data": { "team": [ { "id": "seller_123", "email": "john@example.com", "name": "John Doe", "country": "US", "permissions": [ "manage_products", "view_orders" ], "owner": true } ] } }TypeScriptPreviousStore Reviews GETNextCreate Checkout POST