Cross-App Access

Get

Get a scope by app_id + id.

get/api/v1/apps/{app_id}/xaa/scopes/{id}

Path parameters

app_idstring required

The application that owns the resource server.

idstring required

Unique identifier for the scope.

Response

XAAScopeServiceGetResponse returns a single scope.

Changes