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
users
array may return multiple matches for the search query. - The
user
object represents the most relevant match and can be used directly. - If only one user is returned, the
user
object andusers
array will contain the same data. - For multiple matches, the
user
object should be the primary reference, simplifying the process without needing to consider all users in theusers
array.