Skip to main content
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
}

Documentation Index

Fetch the complete documentation index at: https://docs.wirespeed.co/llms.txt

Use this file to discover all available pages before exploring further.

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