Skip to content

Commit 1526665

Browse files
authored
Merge pull request #6818 from segmentio/update-request-id-sample-code
Update Profile API sample URL
2 parents d2d9731 + 6bcc4f7 commit 1526665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unify/profile-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ All top-level API resources have support for bulk fetches using "list" API metho
243243
Each API request has an associated request identifier. You can find this value in the response headers, under `Request-Id`.
244244

245245
```bash
246-
curl -i https://profiles.segment.com/v1/spaces/<space_id>/collections/users/profiles
246+
curl -i https://profiles.segment.com/v1/spaces/<space_id>/collections/users/profiles/<identifier>/metadata
247247
HTTP/1.1 200 OK
248248
Date: Mon, 01 Jul 2013 17:27:06 GMT
249249
Status: 200 OK

0 commit comments

Comments
 (0)