Create Target
Create a new target to your endpoint, which can be used in executions.
Required permission:
action.target.write
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://loading/v2/actions/targets" \ -H "Content-Type: application/json" \ -d '{ "restAsync": {} }'{
"id": "string",
"creationDate": "2023-01-15T01:30:15.01Z",
"signingKey": "string"
}Was this page helpful?
Add Public Key
Add Public Key: Adds a public key to the target for payload encryption. The public key is used to encrypt the payload sent to the target when the payload type is set to `PAYLOAD_TYPE_JWE`. The public key must be i...
Deactivate Public Key
Deactivate Public Key: Deactivates the public key for payload encryption. The public key will no longer be used to encrypt payloads sent to the target. Be aware that deactivating the active key will leave the target with...