Get Profile Relationships Lists

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

Get list memberships for a profile with the given profile ID.

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

Scopes: list:read profiles:read

HEADERS

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

RESPONSES

status: OK

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