Get a customer by Integration Identifier
Sandbox
Sandbox
GET
https://api.sandbox.neofin.services/customer/integration/{integration_identifier}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.sandbox.neofin.services/customer/integration/your-customer-inner-id-987654' \
--header 'api-key: ' \
--header 'secret-key: '
Response Response Example
200 - Example 1
{}
Request
Path Params
integration_identifier
string
required
Example:
your-customer-inner-id-987654
Header Params
api-key
string
required
Example:
{{API_KEY}}
secret-key
string
required
Example:
{{SECRET_KEY}}