curl --request PUT \
--url https://api.wirespeed.com/integration/aws/register \
--header 'Content-Type: application/json' \
--data '{
"roleArn": "<string>",
"externalId": "<string>",
"apiKey": "<string>"
}'
{
"message": "<string>",
"statusCode": 123
}
curl --request PUT \
--url https://api.wirespeed.com/integration/aws/register \
--header 'Content-Type: application/json' \
--data '{
"roleArn": "<string>",
"externalId": "<string>",
"apiKey": "<string>"
}'
{
"message": "<string>",
"statusCode": 123
}
The response is of type object
.