v1

latestOpenAPI 3.1.02026-08-0658107212.4 KB
Treasury

Get Client Regularization

Returns a list of all your client’s regularization.

get/api/v3/clients/{client_id}/regularization.json

Path parameters

client_idstring required
Example:12345

ID of the client.

Query parameters

api_keystring required
Example:YOUR_API_KEY

Your API Key.

Response

SUCCESS

Example response

{
  "regularization": [
    {
      "id": 1,
      "number": "NR00000001",
      "value": 123.45,
      "date": "2023-05-19",
      "observation": "null"
    }
  ],
  "pagination": {
    "total_entries": 1,
    "current_page": 1,
    "total_pages": 1,
    "per_page": 10
  }
}