PUT
/
integration
/
aws
/
register
Register AWS integration remotely
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
roleArn
string
required

AWS IAM role ARN for integration access

externalId
string
required

External ID for secure role assumption

apiKey
string
required

API key for remote AWS integration registration

Response

400 - application/json
message
string
required
statusCode
number
required