Forwarding Sca

forwarding_sca_config_identity_id_set

SecurityAPI_Secret_Key
Request
path Parameters
identity_id
required
integer <int64>
header Parameters
call-ref
string

A call reference generated by the caller and unique to the caller to provide correlation between the caller and system with a maximum length of 255

Request Body schema: application/json
required
weavrPublicKey
string
corporatePrivateKey
string
secretKey
string <password>
Responses
204

Success - No Content

400

Invalid Request

default

Error

post/forwarding_sca/config/{identity_id}/set
Request samples
application/json
{
  • "weavrPublicKey": "string",
  • "corporatePrivateKey": "string",
  • "secretKey": "pa$$word"
}
Response samples
application/json
{
  • "message": "string",
  • "validation": {
    }
}