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
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,14 +64,13 @@ 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. Identify the user’s external ID.
68
+
- The Profile API requires both the ID type and value, separated by a colon (like `anonymous_id:eml_3bca54b7fe7491add4c8d5d4d9bf6b3e085c6092`). Learn more in [Find a user's external ID](#find-a-users-external-id).
69
+
3. Prepare the request URL by replacing `<space_id>` and `<external_id>` in the request URL:
0 commit comments