Check For Uniqueness of Customer's Phone Number

Request

GET https://backend.net0.com/v1/customers/phone-is-uniq

This endpoint allows you to check for the uniqueness of a customer's phone number.

curl --location --request GET 'https://backend.net0.com/v1/customers/phone-is-uniq' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <API_KEY>'

Response

The response returns true if the customer's phone number is unique and returns a 400: Bad Request if not unique.

true