Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/unify/profile-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ All top-level API resources have support for bulk fetches using "list" API metho
Each API request has an associated request identifier. You can find this value in the response headers, under `Request-Id`.

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