NOTE: Please replace with your sub domain name in the API.
Authentication:
To access this API endpoint, you need to include your API key in the request headers. For authentication, use the following header:
Basic <Your Token>
Request Body
The request body should be a JSON object containing the details of the customer to be fetched. Here are the list of parameters.
Note: Either of kapture_customer_id,email_id or phone is mandatory to fetch data.
Name
Mandatory
Type
Description
kapture_customer_id
Yes
Number
The Id of the customer which is generated in Kapture Database
Please map in the request body if there's any extra associate body according to your use case.
Response Body
The API responds with a JSON object containing the details of the updated customer. If successful, the response will include the customer ID and the other relevant information.