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

Headers

authorization
string | null

Path Parameters

org_id
string<uuid>
required

Query Parameters

provider_type
string | null

Response

Successful Response