Get client protected data

Description

Get protected client data by ID. Protected by clients:read-protected scope

OAuth 2.0 Scope elements

  • clients:read-protected

Method

GET

Path

[runtime-name]/api/registration/v1/clients/{clientId}/protected

Path Parameters

clientId
Client ID

Produces

application/json

Responses

404
Client ID not found
200
Client data
401
Invalid access token
400
Invalid request/missing token
403
Insufficient scope