API Reference

Obtaining customerId using the following data in the body: email, phoneNumber, type.

type values: "INDIVIDUAL" or "BUSINESS"

Body:

{
    "email": "[email protected]",
    "phoneNumber": "+154121112233",
    "type": "INDIVIDUAL"
}

Response:

{
        "customerId": "f3f39d25-6520-4008-a654-73cff700e6fa",
        "createdAt": "2023-12-21T22:42:41.008Z"
}

Language
Click Try It! to start a request and see the response here!