Get profile attribute values from user profiles.

Further information on user profiles, device profiles and attributes can be found in the guide on user data.

Example

Get all attributes set for a single user profile:

curl --request POST \
  --url https://external-api.xtremepush.com/api/external/list/profile-attribute \
  --header 'content-type: application/json' \
  --data '{
    "apptoken": "YOUR_APPTOKEN",
    "condition": [
      ["user_id", "=", "USER_ID"]
    ]
  }'
Language
Click Try It! to start a request and see the response here!