latestOpenAPI 3.0.12026-08-18132038.0 KB

310150fbd68d

Customers

Search customers by name

List or search customers. Used by the budget export scenario to resolve a customer name to a Plunet identifier before calling /V1/orders.

get/V1/customers

Query parameters

qstring

Partial name match (case-insensitive). Empty returns all customers.

Response

matching customers

Example response

{
  "data": [
    {
      "id": 12345,
      "name": "AcmeCorp"
    }
  ]
}