Get Profile Relationships

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

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

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

Scopes: Lists Read Profiles Read Segments Read

HEADERS

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

RESPONSES

status: OK

{"data":[{"type":"segment","id":"exercitation"},{"type":"segment","id":"culpa aute ullamco esse"}]}