PUT
/
integration
/
aws
/
register
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
}

Body

application/json

Response

400 - application/json

The response is of type object.