Skip to main content
GET
/
orgs
/
{org_id}
/
integrations
/
aws
/
setup-info
Get Setup Info
curl --request GET \
  --url https://api.example.com/orgs/{org_id}/integrations/aws/setup-info
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

authorization
string | null

Path Parameters

org_id
string<uuid>
required

Response

Successful Response