Skip to main content
GET
/
integrations
/
list
List available integration providers
curl --request GET \
  --url https://api.deyta.ai/gateway/v1/integrations/list \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

API key obtained from the Deyta Console

Response

Providers retrieved successfully

success
boolean
Example:

true

data
object[]

Enabled integration provider settings.