retrieve O Auth Scope With Id
GET {{baseUrl}}/api/application/:applicationId/scope/:scopeId
Retrieves a custom OAuth scope.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-FusionAuth-TenantId | string | The unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped. | |
Accept | string |
RESPONSES
status: OK
{"scope":{"applicationId":"\u003cuuid\u003e","data":{"tempor_d_2":{},"minim__bb":{},"ut6":{}},"defaultConsentDetail":"\u003cstring\u003e","defaultConsentMessage":"\u003cstring\u003e","description":"\u003cstring\u003e","id":"\u003cuuid\u003e","insertInstant":"\u003clong\u003e","lastUpdateInstant":"\u003clong\u003e","name":"\u003cstring\u003e","required":"\u003cboolean\u003e"}}