cURL
curl --request POST \ --url https://{host}/Agent/Legal/PetitionId \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "keyId": "<string>", "legalId": "<string>", "remoteId": "<string>", "petitionId": "<string>", "purpose": "<string>", "keySignature": "<string>", "requestSignature": "<string>" } '
{}
Allows the client to petition the owner of a Legal Identity, for information about the identity.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type object.
object