Get Profile Relationships Segments

GET {{baseUrl}}/api/profiles/:id/relationships/segments/

Get segment membership relationships for a profile with the given profile ID.

Rate limits:
Burst: 3/s
Steady: 60/m

Scopes: profiles:read segments:read

HEADERS

KeyDatatypeRequiredDescription
revisionstring(Required) API endpoint revision (format: YYYY-MM-DD[.suffix])
Acceptstring

RESPONSES

status: OK

{"data":[{"type":"segment","id":"\u003cstring\u003e"},{"type":"segment","id":"\u003cstring\u003e"}]}