get connectors by projectid
GET
https://api.wexa.ai/connectors/{projectID}
Last modified:2025-04-25 10:25:56
Get All Connectors by Project ID
projectID
. This endpoint allows you to access information about the connectors available within the project, facilitating the integration of external systems and services into your automation workflows.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.wexa.ai/connectors/' \
--header 'x-api-key;'
Response Response Example
[
{
"logo": "https://klotdev.blob.core.windows.net/wexa/92d70903-e331-445f-a34d-eebc93d4a520_429-4292382_generalicons-meeting-social-security-icon-png.png",
"description": "Creates content using AI",
"category": "content_creator",
"name": "Content Creator",
"accounts": 1,
"accountDetails": [
{
"sourceName": "Content creator12",
"connectorID": "67fdea9968df1c3e9580a546",
"status": "ready"
}
],
"is_starred": false
}
]
Request
Path Params
projectID
string
required
Header Params
x-api-key
string
required
Example:
{{x-api-key}}
Responses
Modified at 2025-04-25 10:25:56