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

get customer

GET
https://api.wexa.ai/customer
Last modified:2025-04-25 10:45:52

Get Customer by Organization ID#

Retrieve detailed information about a specific customer within your organization by providing their unique organization_id. This endpoint allows you to access metadata such as the customer's name, contact details, status, and any relevant attributes. It's essential for managing customer relationships and ensuring effective communication within your organization.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.wexa.ai/customer?organization_id=67fdea40aac77be632954f0f' \
--header 'x-api-key;'
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

Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
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-25 10:45:52
Previous
get execution details for monitoring
Next
Get credit history