Create Customer

Use the below endpoint to Create a Customer.

Request Body Parameters:

AttributeTypeDetails
mobile_no*string
(Length = 20 Characters)
valid user mobile number.
email_id*string
(Length = 100 Characters)
valid user email id.
country_code*string
(Length = 10 Characters)
vaild country code.

Response Payload:

{
    "country_code": "91",
    "mobile_no": "xxx",
    "status": "INACTIVE",
    "customer_token": "TsLrJUk0oqAwoqpKSYBflQ=="
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!