Get All Clients

The retrieve route is responsible for fetching information about a specific client.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

🚧

Attention point:

With this route you can retrieve all your clients.

Response

Http CodeReturn CodeMessage
200200-01Success.
400400-01Something unexpected happened.
400400-02Invalid hash.
401401-05Unauthorized or token invalid
429429-01Too many requests

Response Parameters

ParameterFormatDescription
request_codestringRequest code made.
returnbooleanIndicates if the request was successful.
return_codestringReturn code of the request.
messagestringMessage indicating the reason for the response.
dataobjectObject containing additional information.
data.codestringCode associated with the client.
data.type_peoplestringType of person (PF or PJ).
data.documentstringClient's identification document.
data.namestringClient's name.
data.telephonestringClient's telephone number.
data.emailstringClient's email address.
data.mother_namestringClient's mother's name.
data.birth_datestringClient's date of birth.
data.genderstringClient's gender (1 for male, 2 for female).

Request Parameters

Query Params
string

Client's code Ex: b8180d52-9c80-4411-8626-afbbf2557587

string

Client's phone number. Ex: 31998977665

string

Client's name. Ex: John Doe

string

Client's document. Ex: 294541420**

date

Clients creation date begin Ex: 2024-09-19 11:11:02

date

Clients creation date end. Ex: 2024-09-19 13:17:45

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json