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

 

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?