Update Customer Status

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This API allows you to change a customer’s status label. You can update it to any label you have created under Customer Status.

For example, If the customer’s status is Active with the label High Value, and you change it to the label Suspicious (which belongs to the Suspended status), the customer’s status changes to Suspended – Suspicious.

Example request

curl --location --request PUT 'https://eu.api.capillarytech.com/v2/customers/lookup/status?source=INSTORE&identifierName=mobile&identifierValue=1234512345' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic bWFkaHVjU2YQ==' \
--header 'Cookie: _cfuvid=u.FXEWGIFxRTWlxnX1uVFsC8Crqv3PQFE1EEdj0cAUs-1762341421523-0.0.1.1-604800000' \
--data '{
  "reason": "testing2",
  "label": "Active"
}'

Example response

{
    "createdId": 566881933,
    "warnings": []
}

API specific Error Code

Error CodeDescriptionReason
8003Invalid sourceSource value is missing or incorrect.
8013Lookup, Invalid identifier passedIdentifier is missing or invalid.
8015Customer not found for the given identifiersValid customer identifiers not passed.
Query Params
string
enum
required
string
boolean
string
enum
required
string
required
Body Params
string
required
date
string
required
string
Headers
string
Responses

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json