Get the default Scope binding target

GET
/v1/scopes/default

Authorization

BearerAuth
AuthorizationBearer <token>

Static bearer token used when local Server authentication is enabled.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/scopes/default"
{  "scope_id": "string",  "title": "string",  "summary": "string",  "parent_scope_id": "string",  "context_references": [    "string"  ],  "external_references": [    {      "kind": "string",      "value": "string"    }  ],  "version": 1}