get https://api.getblueshift.com/api/v1/customers
Use this endpoint to search for a customer using the email ID that you added to our platform.
Try it out
- Add the User API key as the Username and leave the Password field blank.
- Click the Base URL dropdown and select the API endpoint URL for your Blueshift region.
- Click Try It.
You can also try the API using Blueshift's API collection in Postman.
Note:
- The
usersarray may return multiple matches for the search query. - The
userobject represents the most relevant match and can be used directly. - If only one user is returned, the
userobject andusersarray will contain the same data. - For multiple matches, the
userobject should be the primary reference, simplifying the process without needing to consider all users in theusersarray.