You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/unify/profile-api.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,14 +64,15 @@ Your access token enables you to call the Profile API and access customer data.
64
64
### Query the user's event traits
65
65
66
66
1. From the HTTP API testing application of your choice, configure the authentication as described above.
67
-
2. Prepare the request URL by replacing `<space_id>` and `<external_id>` in the request URL:
67
+
2.[Find user by externalId](https://segment.com/docs/unify/profile-api/#find-a-users-external-id): The Profile API requires both the **type** of ID and the **value** separated by a colon. For example, anonymous_id:eml_3bca54b7fe7491add4c8d5d4d9bf6b3e085c6092.
68
+
3. Prepare the request URL by replacing `<space_id>` and `<external_id>` in the request URL:
0 commit comments