Get a role by id
Roles
Get a role by id
Retrieve a single staff role by its id, including its pages and permissions. Requires the READ_ROLES scope.
GET
Get a role by id
Returns one staff role with its granted pages and permissions; roles are read-only for apps. The store is bound to your app token server-side — never send a shop id.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
The role's id (Mongo ObjectId).
Response
The requested role.

