get customer
GET
https://api.wexa.ai/customer
Last modified:2025-04-25 10:45:52
Get Customer by Organization ID
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
Query Params
organization_id
string
required
Example:
67fdea40aac77be632954f0f
Header Params
x-api-key
string
required
Example:
7dd7e31a-5c0b-482f-8ac7-1fa72ac0a81a
Responses
Modified at 2025-04-25 10:45:52