Clients API

Clients API

URL

GET /api/v1/clients/{client_id}

GET /api/v1/clients/{client_id}/addresses

GET /api/v1/clients/{client_id}/employments

GET /api/v1/clients/{client_id}/references

POST /api/v1/clients

POST /api/v1/clients/{client_id}/addresses

POST /api/v1/clients/{client_id}/employments

POST /api/v1/clients/{client_id}/references

POST /api/v1/clients/{client_id}/update

GET /api/v1/clients/{tax_id}/gettaxid

POST /api/v1/clients/{client_id}/identifications

POST /api/v1/clients/{client_id}/get-document-template

GET /api/v1/clients/{client_id}/get-ipf-grace-period

POST /api/v1/clients/{client_id}/store-ipf-grace-period
 

Description

Allows you to retrieve, view, store, create and update clients. Clients may have associated information such as their address, employment, references or identification documents. It’s also possible to search for clients using information such as their name or identification document.

 

Methods

GET, POST, PUT and PATCH

Was this helpful?