Get Customer ID by phone number
Retrieve the Customer ID(s) using their phone numbers.
This API is subject to a strict limitation of 200 requests per minute.
GET
http://api.ants.tech/access/api/profile/get-customer-id-by-phone
Query Parameters
operator*
String
The operator that you want to use to find your Customer ID, can be one of these operators:
- contains
- doesnt_contain
- end_with
- equals
- exists
- matches
- not_end_with
- not_equals
- not_exists
- not_matches
- not_start_with
- start_with
phone_number
String
The phone number you are getting Customer ID from. This parameter is used for most of the operators, except exists
and not_exists
.
phone_number[]
Array of String
The array of phone numbers if you want to get multiple Customer IDs, only applies to the operators matches
and not_matches
.
phone_number
null
The special value for the 2 operators exists
and not_exists
.
String
Select pagination (default: 1).
limit
Number
Set the results count (default: 25).
Headers
Authorization*
String
Bearer <ACCESS_TOKEN>
Last updated