Skip to content

Update Profile API sample URL #6818

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 24, 2024
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