Echo API
  1. Customer
Echo API
  • Echo Partner Portal
    • Customer
      • Create Customer
        POST
    • Partner
      • Create Partner
  1. Customer

Create Customer

Developing
POST
https://partner.meetecho.io/api/1.1/wf/create_customer

Request

Body Params multipart/form-dataRequired

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://partner.meetecho.io/api/1.1/wf/create_customer' \
--form 'authorization="nalxbwuPhQ7QXHG8aDwv"' \
--form 'company_name="test"' \
--form 'seats_allocated="1"' \
--form 'cost_per_seat="1"' \
--form 'admin_email="test@test.com"' \
--form 'reference_id="12345"'
Response Response Example
{
    "status": "success",
    "response": {
        "status": "success"
    }
}
Modified at 2025-12-12 07:18:30
Next
Create Partner
Built with