API Reference
List CamInvoice Member

List CamInvoice Member

Description

This endpoint is used to list CamInvoice member information by searching for businesses.

GET {BaseURL}/api/v1/business?keyword={keyword}&limit={limit}
Content-Type: application/json
Authorization: "Bearer {access_token}"

Method

GET

Headers

  • Content-Type: application/json
  • Authorization: Bearer {access_token}

Request Query Parameter

FieldTypeDescription
keywordStringA keyword to search for entities (e.g., name, TIN, etc.)
limitnumberThe maximum number of businesses to return in the result

Response

HTTP Status 200 (OK)

Response Array of Business where Business field describe below

FieldDescription
endpoint_idThe main identifier of an entity or CamInvoice ID
entity_idFor business, this is the unique ID provided by the Ministry of Commerce. For the government, this is their unique ID for their entity/department.
tinThe Tax Identification Number (TIN) of an entity.
company_name_enEntity Name in English
company_name_khEntity Name in Khmer
entity_typeThe type of an entity that can either be private(businesses) or public sector (government)