Skip to main content
GET
/
api
/
integrations
/
providers
List Providers
curl --request GET \
  --url https://api.example.com/api/integrations/providers
{
  "providers": [
    {}
  ]
}

Description

Get available integration providers.

Authentication

Required (API key or JWT token)

Query Parameters

category
string
Filter by category (crm, communication, ecommerce, automation)

Response

providers
array
Array of provider objects with name, code, type, category, etc.