cURL
curl --request POST \ --url https://{host}/Agent/Legal/ApplyId \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "keyId": "<string>", "nonce": "<string>", "keySignature": "<string>", "requestSignature": "<string>", "Properties": [ { "name": "<string>", "value": "<string>" } ] } '
{ "Identity": {} }
Allows the client to apply for a new Legal Identity on the server.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Success