For the complete documentation index, see llms.txt. This page is also available as Markdown.

Companies API

Search for companies

get

Search for companies by name.
Note: The WeChat or WhatsApp or SMS or SMS Direct or LINE onboarding applications do not enforce consistency for company names.

Authorizations
AuthorizationstringRequired

HTTP header

Query parameters
querystring · min: 3Required

Start of the company's name to match

Example: sym
Responses
200

List of found companies

application/json
get/api/v1/customer/companies/search
GET /api/v1/customer/companies/search?query=sym HTTP/1.1
Host: CONNECT-DOMAIN
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "companies": [
    {
      "companyName": "symphony"
    }
  ]
}

Last updated