⬆️Request and Respone

Request to the API endpoint

Retrieves a list of orders that meet the specified criteria

GET https://api.alephcrm.com/v2/accounts

Query Parameters

NameTypeDescription

API_KEY*

String

(default=none)

DocumentNumber

String

{
    "Total": integer,
    "Results": [
{AccountType}
]
}

Parameters details

API_KEY

The API_KEY that was provided.

documentNumber

Filters accounts where document number or CIF number matches the provided one.

Last updated