Register client.

POST {{baseUrl}}/register

Registers client based on given security profile.

Request Body

{"jwks"=>{"keys"=>[{"e"=>"<string>", "n"=>"<string>", "kty"=>"<string>", "kid"=>"<string>"}, {"e"=>"<string>", "n"=>"<string>", "kty"=>"<string>", "kid"=>"<string>"}]}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;client_id&quot;:&quot;0b2d1cde-cc76-11e7-abc4-cec278b6b50a&quot;,&quot;registration_client_uri&quot;:&quot;https://southgate.eu-central.mindsphere.io/api/agentmanagement/v3/register/0b2d1cde-cc76-11e7-abc4-cec278b6b50a&quot;,&quot;registration_access_token&quot;:&quot;eyJh...&quot;,&quot;client_secret&quot;:&quot;eiusmod ea sunt id&quot;,&quot;client_secret_expires_at&quot;:1511020133,&quot;grant_types&quot;:[&quot;NATIVE_CA_CERTIFIED_X509&quot;,&quot;SHARED_SECRET&quot;],&quot;token_endpoint_auth_method&quot;:&quot;client_secret_jwt&quot;}