Buscando um cliente por Integration Identifier
GET
https://api.sandbox.neofin.services/customer/integration/{integration_identifier}
Last modified:2025-04-10 23:12:01
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.sandbox.neofin.services/customer/integration/seu-customer-interno-987654' \
--header 'api-key: ' \
--header 'secret-key: '
Response Response Example
200 - Example 1
{}
Request
Path Params
integration_identifier
string
required
Example:
seu-customer-interno-987654
Header Params
api-key
string
required
Example:
{{API_KEY}}
secret-key
string
required
Example:
{{SECRET_KEY}}
Responses
Modified at 2025-04-10 23:12:01