Skip to content
Guides
API reference
stablesettings:read

List seller scopes

GET/v1/sellers/{sellerId}/scopes

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

sellerId*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/sellers/string/scopes"
[  {    "id": "string",    "type": "category",    "categoryId": null,    "brandId": null,    "includeChildrenCategories": true,    "createdOn": "2019-08-24T14:15:22Z",    "updatedOn": null  }]