diff --git a/src/unify/profile-api.md b/src/unify/profile-api.md index 48cb61cc79..49e2b84083 100644 --- a/src/unify/profile-api.md +++ b/src/unify/profile-api.md @@ -64,14 +64,13 @@ Your access token enables you to call the Profile API and access customer data. ### Query the user's event traits 1. From the HTTP API testing application of your choice, configure the authentication as described above. -2. Prepare the request URL by replacing `` and `` in the request URL: +2. Identify the user’s external ID. + - 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). +3. Prepare the request URL by replacing `` and `` in the request URL: `https://profiles.segment.com/v1/spaces//collections/users/profiles//traits` - - - If you're using the Profile API in the EU, use the following URL for all requests: - - `https://profiles.euw1.segment.com/v1/spaces//collections/users/profiles//traits` -3. Send a `GET` request to the URL. + - If you're using the Profile API in the EU, use the following URL for all requests: + `https://profiles.euw1.segment.com/v1/spaces//collections/users/profiles//traits` +4. Send a `GET` request to the URL. ### Explore the user's traits in the response