Wexa.ai
  1. Connectors
Wexa.ai
  • Wexa AI
  • Getting Started
  • Use Cases and Workflows
  • API Reference
  • Tutorials
  • Troubleshooting
  • API Endpoints
    • Actions
      • create action
      • get action
    • Agentflows
      • get agent flow
      • failover agentflows
      • Get agentflow by projectId and UserId
      • Verify_quota
      • get agentflow by id
      • create agentflow
      • Add skilled agent to agentflow
      • Update skilled agent
    • Analytics
      • Get analytics
    • Customer
      • get customer
      • Get credit history
    • Coworker schedules
      • get schedules
      • create coworker schedule
      • get schedule coworker by its id
      • update schedule by its id
      • delete schedule by its id
    • Connectors
      • get connectors by projectid
        GET
      • get connector by Id
        GET
      • Delete a connector
        DELETE
      • connector update status
        POST
      • get all available trigger actions
        GET
    • Credits
      • Validate user validity
      • validate workspace credits
    • Dashboard
      • get dashboard
      • refresh dashboard
      • delete component in dashboard
    • Executeflow
      • create executeflow
      • get executions
      • pause executeflow
      • resume execution
      • get execution by execution id
      • cancel executeflow
      • verify quota
      • get execution details for monitoring
      • execute agentflow
    • Files
      • get files by fileid
      • get connector by fileid
      • get files by connector_id
      • get total file size
      • upload files
    • Inbox
      • get inbox
    • Marketplace
      • get all connectors
      • get marketplace coworkers
      • get marketplace coworker by id
    • Marketplace coworkers
      • hire a coworker
      • check marketplace coworker update
    • Settings
      • get settings
    • Skills
      • get skills
      • get skills by category'
      • get skills by id
      • skills by name
      • create skill
    • Tags
      • tags
    • Tasks
      • get tasks
      • get task by id
      • resume task
      • Pause running task
      • Stop task
      • Get all tasks
      • get specific task graph
    • Tables
      • create table
      • create database
      • get tables
      • get records list
      • get table names
      • delete record
      • delete a coulmn
    • Project member
      • project_member
    • Project
      • Get all projects
      • Get project
      • Get Projects
      • create project
      • update project
      • Delete project
  1. Connectors

get connectors by projectid

GET
api.wexa.ai/connectors/{{projectID}}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'api.wexa.ai/connectors/{{projectID}}' \
--header 'x-api-key: {{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

Header Params
x-api-key
string 
required
Example:
{{x-api-key}}

Responses

🟢200get connectors by projectid
application/json
Body
array of:
logo
string 
optional
description
string 
optional
category
string 
optional
name
string 
optional
accounts
integer 
optional
accountDetails
array [object {3}] 
optional
sourceName
string 
optional
connectorID
string 
optional
status
string 
optional
is_starred
boolean 
optional
Modified at 2025-04-23 12:30:42
Previous
delete schedule by its id
Next
get connector by Id
Built with