Wexa.ai
  1. Customer
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
      • Get credit history
        GET
    • 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 connector by Id
      • Delete a connector
      • connector update status
      • get all available trigger actions
    • 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. Customer

get customer

GET
api.wexa.ai/customer
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'api.wexa.ai/customer?organization_id=67fdea40aac77be632954f0f' \
--header 'x-api-key: 7dd7e31a-5c0b-482f-8ac7-1fa72ac0a81a'
Response Response Example
{
    "organization_name": "Default Organization",
    "organization_id": "67fdea40aac77be632954f0f",
    "user_id": "67fdea40aac77be632954f0e",
    "customer_id": null,
    "email": "nani799324@gmail.com",
    "quota": {
        "number_of_premium_connectors": 100,
        "number_of_coworkers": 50,
        "number_of_agents_per_coworker": 50,
        "number_of_members": 1,
        "number_of_workspaces": 1000,
        "number_of_credits": {
            "subscription_credits": 500,
            "top_up_credits": 0
        },
        "number_of_tables": 1000,
        "number_of_rows_per_table": 1000,
        "number_of_connectors": 50,
        "storage_space_in_mb": 1024,
        "access_controls": {
            "premium_connectors": true,
            "anomaly_detection": true,
            "knowledge_base": true,
            "triggers": true,
            "api_access": true,
            "webhooks": true,
            "bring_your_own_provider": false,
            "custom_llm_fine_tuning": false,
            "chat_support": true,
            "slack_channel_support": true,
            "email_support": true,
            "scheduling_and_cron_jobs": true
        },
        "base_credit_deduction_per_execution": 0.03,
        "marketplace": {
            "connectors": {}
        }
    },
    "usage": {
        "number_of_coworkers": 1,
        "number_of_members": 1,
        "number_of_workspaces": 0,
        "number_of_agent_executions": {
            "llm_wise_usage": {}
        },
        "number_of_tables": 0,
        "number_of_connectors": 0,
        "storage_space_in_mb": 0,
        "number_of_premium_connectors": 0
    },
    "plan": "pro",
    "subscription_id": null,
    "trial_end_date": null,
    "is_trial_active": true,
    "billing_cycle_expiry": "2025-04-22T05:11:28.222000",
    "support_plan_expiry": null,
    "premium_connectors_subscription_id": null,
    "support_subscription_id": null,
    "item_id": "",
    "created_at": "2025-04-15T05:11:27.420000",
    "updated_at": "2025-04-21T03:59:28.943000",
    "metadata": {
        "premium_connector_discount_applied": false
    },
    "_id": "67fdea7f68df1c3e9580a53f"
}

Request

Query Params
organization_id
string 
required
Example:
67fdea40aac77be632954f0f
Header Params
x-api-key
string 
required
Example:
7dd7e31a-5c0b-482f-8ac7-1fa72ac0a81a

Responses

🟢200get customer
application/json
Body
organization_name
string 
required
organization_id
string 
required
user_id
string 
required
customer_id
null 
required
email
string 
required
quota
object 
required
number_of_premium_connectors
integer 
required
number_of_coworkers
integer 
required
number_of_agents_per_coworker
integer 
required
number_of_members
integer 
required
number_of_workspaces
integer 
required
number_of_credits
object 
required
number_of_tables
integer 
required
number_of_rows_per_table
integer 
required
number_of_connectors
integer 
required
storage_space_in_mb
integer 
required
access_controls
object 
required
base_credit_deduction_per_execution
number 
required
marketplace
object 
required
usage
object 
required
number_of_coworkers
integer 
required
number_of_members
integer 
required
number_of_workspaces
integer 
required
number_of_agent_executions
object 
required
number_of_tables
integer 
required
number_of_connectors
integer 
required
storage_space_in_mb
integer 
required
number_of_premium_connectors
integer 
required
plan
string 
required
subscription_id
null 
required
trial_end_date
null 
required
is_trial_active
boolean 
required
billing_cycle_expiry
string 
required
support_plan_expiry
null 
required
premium_connectors_subscription_id
null 
required
support_subscription_id
null 
required
item_id
string 
required
created_at
string 
required
updated_at
string 
required
metadata
object 
required
premium_connector_discount_applied
boolean 
required
_id
string 
required
Modified at 2025-04-23 12:18:44
Previous
Get analytics
Next
Get credit history
Built with