Skip to main content
POST
/
orgs
/
{org_id}
/
integrations
/
aws
Create Aws Integration
curl --request POST \
  --url https://api.example.com/orgs/{org_id}/integrations/aws \
  --header 'Content-Type: application/json' \
  --data '
{
  "role_arn": "<string>",
  "external_id": "<string>",
  "friendly_name": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

authorization
string | null

Path Parameters

org_id
string<uuid>
required

Body

application/json
role_arn
string
required
external_id
string
required
friendly_name
string | null

Response

Successful Response