We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c21a4c commit 528065dCopy full SHA for 528065d
src/unify/profile-api.md
@@ -243,7 +243,7 @@ All top-level API resources have support for bulk fetches using "list" API metho
243
Each API request has an associated request identifier. You can find this value in the response headers, under `Request-Id`.
244
245
```bash
246
-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
247
HTTP/1.1 200 OK
248
Date: Mon, 01 Jul 2013 17:27:06 GMT
249
Status: 200 OK
0 commit comments