Identity
Version: 1.0.
Contents
The Product Identity API consists of a GET HTTP method, which provides detailed information for a particular Bci client.
Security
Requires Bci Access authentication. To do this, you must follow the steps detailed in the Getting Started Guide.
Call Example
Once the Authorization Token is obtained, you can invoke the operation:
GET /{customerId}/details
Obtains personal information from a Bci client.
curl --location --request GET 'https://apiprogram.bci.cl/{api_environment}/v1/api-customers/{customerID}/details’ \ --header 'x-fapi-financial-id: 123456789' \ --header 'x-fapi-customer-last-logged-time:' \ --header 'x-fapi-customer-ip-address: 10.20.30.40' \ --header 'x-fapi-interaction-id: ' \ --header 'Authorization: '
Where:
- -{api_environment}: [sandbox | prod]
- -'x-fapi-financial-id', is the ClientId that identifies your application.
- -'Authorization', s the Authorization Token obtained from Bci Access.
- -'customerID', is the RUT of the customer.
Sandbox data
You can make the corresponding requests with the following information:
Key | Value |
---|---|
CustomerId | 11111111-1 |
Password | 111222 |
Scope | customers |