Get client public data

Description

Get public client data by ID. Protected by JWT Client assertion

Method

GET

Path

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

Query Parameters

client_assertion_type
Assertion type, should be urn:ietf:params:oauth:client-assertion-type:jwt-bearer
client_assertion
JWS string with JWT payload

Produces

application/json

Responses

404
Client ID not found
200
Client data
401
Invalid client assertion
400
Invalid request/missing parameters
403
Forbidden