cURL
curl --request POST \ --url http://localhost/api/auth/clients/{clientId}/secrets \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "metadata": {} } '
{ "data": { "name": "<string>", "id": "<string>", "lastDigits": "<string>", "clear": "<string>", "metadata": {} } }
The access token received from the authorization server in the OAuth 2.0 flow.
Client ID
Show child attributes
Created secret