Skip to content

Commit 60d9588

Browse files
authored
Merge pull request #4212 from benjamin-wunder/patch-2
Update profile-api.md
2 parents e84781f + 038920d commit 60d9588

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/profiles/profile-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ https://profiles.segment.com/v1/spaces/<space_id>/
265265
Retrieve a single profile's traits within a collection using an `external_id`. For example, two different sources can set a different `first_name` for a user. The traits endpoint will resolve properties from multiple sources into a canonical source using the last updated precedence order.
266266

267267
```
268-
GET /v1/spaces/<space_id>/collections/<users>/profiles/<external_id>/traits
268+
GET /v1/spaces/<space_id>/collections/users/profiles/<external_id>/traits
269269
```
270270

271271
##### Query parameters
@@ -355,7 +355,7 @@ With `?verbose=true` enabled:
355355
Get a single profile's external ids within a collection using an `external_id`.
356356

357357
```
358-
GET /v1/spaces/<space_id>/collections/<users>/profiles/<id_type:ext_id>/external_ids
358+
GET /v1/spaces/<space_id>/collections/users/profiles/<id_type:ext_id>/external_ids
359359
```
360360

361361
**Request**
@@ -415,7 +415,7 @@ curl https://profiles.segment.com/v1/spaces/<space_id>/collections/users/profile
415415
Get up to 14 days of a profile's historical events within a collection using an `external_id`.
416416

417417
```
418-
GET /v1/spaces/<space_id>/collections/<users>/profiles/<external_id>/events
418+
GET /v1/spaces/<space_id>/collections/users/profiles/<external_id>/events
419419
```
420420

421421
**Request**
@@ -520,7 +520,7 @@ Get up to 14 days of a profile's historical events within a collection using an
520520
Get a single profile's metadata within a collection using an `external_id`.
521521

522522
```
523-
GET /v1/spaces/<space_id>/collections/<users>/profiles/<external_id>/metadata
523+
GET /v1/spaces/<space_id>/collections/users/profiles/<external_id>/metadata
524524
```
525525

526526
**Request**
@@ -570,7 +570,7 @@ Get a single profile's metadata within a collection using an `external_id`.
570570
Get the users linked to an account, or accounts linked to a user, using an `external_id`.
571571

572572
```
573-
GET /v1/spaces/<space_id>/collections/<users>/profiles/<external_id>/links
573+
GET /v1/spaces/<space_id>/collections/users/profiles/<external_id>/links
574574
```
575575

576576
**Request**

0 commit comments

Comments
 (0)