Search customer

If you don't have the unique customer id as saved in your Notify administration, you can search it with the customer code form your own administration.

Search customer

GET https://api.notify.cm/v2/customers/search

Authentication: API keys

Path Parameters

Name
Type
Description

Authorization

string

Your test or live API key

Request Body

Name
Type
Description

Customer

string

Search by your original customerCode

HTTP/1.1 200 OK
Content-Type: application/hal+json

{
        "resource": "customer",
        "id": "a0f0660d-6c8d-422b-8114-e363b260521e",
        "customerCode":"10001"
}

Example

Response

Last updated

Was this helpful?