v1

latestOpenAPI 3.1.1LicenseRef-Proprietary2026-07-1310179223.1 KB
Clients

Get All Clients

Search Clients by Name using the query parameter.

get/clients

Query parameters

querystring
Example:Vending Inc

Search Clients by Name

Response

OK

idnumber required
namestring required
projectsstring[] required

List of projects ID

businessDetailsstring nullable

Example response

[
  {
    "id": 4567,
    "name": "Client Name",
    "projects": [
      "ev:1234567890"
    ],
    "budget": {
      "type": "money",
      "budget": 100000,
      "period": "general"
    }
  }
]
All 101 operations