List
GET {{host}}/payers
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"id":1,"cpf_cnpj":"31673825036","is_business":false,"email":"edilsoncichon@gmail.com","first_name":"Edilson","last_name":"Cichon","gender":"M","phone_number":"+55(27)99842-3044","birth_date":"1992-10-10","address":{"zip_code":"29705-710","street":"Rua Vitório Cosme","number":"271","district":"Santa Helena","state":"SP","city":"Colatina","country":"BR"},"use_boleto":false,"status":10,"status_label":"Ativo"},{"id":2,"cpf_cnpj":"84315278467","is_business":false,"email":"pessoateste@hotmail.com","first_name":"Pessoa","last_name":"Teste","gender":"F","phone_number":"+55(27)99842-3044","birth_date":"1992-10-10","address":{"zip_code":"29705-710","street":"Rua Vitório Cosme","number":"271","district":"Santa Helena","state":"SP","city":"Colatina","country":"BR"},"use_boleto":true,"status":10,"status_label":10},{"id":8,"cpf_cnpj":"34164151757","is_business":false,"email":"jonathan@hotmail.com","first_name":"Jonathan","last_name":"Dev","gender":null,"phone_number":null,"birth_date":null,"address":null,"use_boleto":true,"status":10,"status_label":10}],"links":{"first":"http://api.webpag.com.br/api/payers?page=1","last":"http://api.webpag.com.br/api/payers?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"\u0026laquo; Previous","active":false},{"url":"http://api.webpag.com.br/api/payers?page=1","label":"1","active":true},{"url":null,"label":"Next \u0026raquo;","active":false}],"path":"http://api.webpag.com.br/api/payers","per_page":15,"to":3,"total":3}}