Get Connectors
This API returns the list of connectors configured for an application, including basic details like name, type, record count, and more.| Field | Value |
|---|---|
| Method | GET |
| Endpoint | <host_url>/api/public/bot/:botId/connectors |
| Content-Type | application/json |
| Authorization | auth: <JWT Token> |
| API Scope | Permission Entity |
Query Parameters
| Parameter | Description | Mandatory |
|---|---|---|
| Bot ID | Provide your application ID here. | Yes |
skip | Number of records to skip from the beginning (used for pagination). | No |
limit | Number of records to fetch in a single call (used for pagination). | No |