Skip to content

Commit ce3cfe0

Browse files
committed
some fixes
1 parent d21d6c3 commit ce3cfe0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/unify/profile-api.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,12 @@ Your access token enables you to call the Profile API and access customer data.
6464
### Query the user's event traits
6565

6666
1. From the HTTP API testing application of your choice, configure the authentication as described above.
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.
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).
6869
3. Prepare the request URL by replacing `<space_id>` and `<external_id>` in the request URL:
6970
`https://profiles.segment.com/v1/spaces/<space_id>/collections/users/profiles/<external_id>/traits`
70-
71-
72-
If you're using the Profile API in the EU, use the following URL for all requests:
73-
74-
`https://profiles.euw1.segment.com/v1/spaces/<space_id>/collections/users/profiles/<external_id>/traits`
71+
- If you're using the Profile API in the EU, use the following URL for all requests:
72+
`https://profiles.euw1.segment.com/v1/spaces/<space_id>/collections/users/profiles/<external_id>/traits`
7573
4. Send a `GET` request to the URL.
7674

7775
### Explore the user's traits in the response

0 commit comments

Comments
 (0)