Listar Estabelecimento ID
GET
/v1/marketplace/establishments/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/marketplace/establishments/?perPage=&page=&search=&id' \
--header 'integration-key: {{integration-key}}' \
--header 'x-token: {{x-token}}'
Response Response Example
{"id":155115,"type":"BUSINESS","first_name":"Minha Empresa LTDA","last_name":"Minha Empresa","document":"65735888000156","birthdate":"2020-05-05","phone_number":"11999999999","active":true,"revenue":"10000","format":"LTDA","email":"teste@inovpay.com.br","risk":"PENDING","status":"RISK_ANALYSIS","address":{"zip_code":"04548020","street":"Rua Teste","number":"300","neighborhood":"Sé","city":"São Paulo","state":"SP","complement":"200"},"category":"Instituições Financeiras - Mercadorias e Serviços","created_at":"2025-05-16T15:34:05.000Z","updated_at":"2025-05-16T15:34:05.000Z","deleted_at":null,"responsible":{"id":229,"first_name":"Socio da Empresa","email":"teste@inovpay.com.br","document":"94259820079","phone":"11999999999","birthdate":"1994-09-06"}}
Requisição
Parâmetros Path
id
string
requerido
Parâmetros Query
perPage
string
opcional
page
string
opcional
search
string
opcional
id
string
opcional
Parâmetros Header
integration-key
string
requerido
Exemplo:
{{integration-key}}
x-token
string
requerido
Exemplo:
{{x-token}}