API reference
List seller roles
Lists the roles a seller member can hold.
GET
/v1/sellers/{sellerId}/rolesLists the roles a seller member can hold.
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/roles"[ { "id": "string", "code": "string", "name": "string", "description": "string", "scope": "store", "isSystem": true, "isDefault": true, "membersCount": 0, "status": "active", "createdOn": "2019-08-24T14:15:22Z", "updatedOn": null }]