Body
application/json
curl --request PUT \
--url https://api.wirespeed.co/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.co/integration/aws/register \
--header 'Content-Type: application/json' \
--data '{
"roleArn": "<string>",
"externalId": "<string>",
"apiKey": "<string>"
}'
{
"message": "<string>",
"statusCode": 123
}