v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get Identifier Change Requests

Retrieves the details of identifiers (mobile number/email ID/external ID)change requests. You can also fetch change requests of a specific identifier type using the query parameters.

get/customers/{customerId}/changeRequest

Path parameters

customerIdinteger required

Unique ID of the customer to fetch identifier change requests.

Query parameters

offsetinteger

Fetches change requests > the offset number. Offset is the position of the lead in the db record. The value is assigned based on the sequence of creation. . For example, offset=10 retrieves all the leads from record number 11.

source'INSTORE' | 'FACEBOOK' | 'WEB_ENGAGE' | 'WECHAT' | 'MARTJACK' | 'TMALL' | 'TAOBAO' | 'JD' | 'ECOMMERCE' | 'WEBSITE' | 'LINE' | 'MOBILE_APP'

Source from which the change request details need to be fetched.

changeType'EMAIL' | 'MOBILE' | 'EXTERNAL_ID' | 'MERGE' | 'MOBILE_REALLOC' | 'COUPON' | 'POINTS' | 'TIER' | 'RETRO'

Fetch details of a specific identifier change.

limitinteger

Limit the number of results to retrieve.

sortBy'createdon' | 'lastUpdatedOn'

Lets you sort the list by created date, or last updated date

sortOrder'ASC' | 'DESC'

Sort the results in ascending, ASC or descending, DESC order of sortBy

startDatestring date

Fetch change requests added on or after a specific date.

endDatestring date

Fetch change requests added on or before a specific date

startIdinteger

Fetch change requests greater than or equal to a specific request ID range.

endIdinteger

Fetch change requests less than or equal to a specific request ID range.

Response

200