POST
/
publisher.v1
/
member.attributes
/
list
List
curl --request POST \
  --url http://localhost/publisher.v1/member.attributes/list \
  --header 'Content-Type: application/json' \
  --data '
{
  "member_id": "<string>"
}
'
{
  "attributes": [
    {
      "id": "<string>",
      "member_id": "<string>",
      "member_base_id": "<string>",
      "attribute_key": "<string>",
      "value": 123
    }
  ]
}
List all attributes currently set on a member. Returns the full set of key-value pairs stored against the member within the specified memberbase. Use this endpoint to inspect the current state of a member’s attributes for debugging, auditing, or display purposes.

Body

application/json
member_id
string
required

Response

Successful response

attributes
AttributeResponse · object[]
required