added

New GET /people_attributes

We’re excited to announce that we’re opening a new API endpoint meant to retrieve the list of people attributes from your workspace. To use it, simply call this new GET /people_attributes endpoint as follow:

curl --request GET \
     --url https://api.livestorm.co/v1/people_attributes \
     --header 'Accept: application/vnd.api+json' \
     --header 'Authorization: YOUR_API_TOKEN'

The above call will send back a paginated list of people attributes.

Please note that in order to use this endpoint, your API token or OAuth2 access token need the admin:read scopes.

Happy coding!

The Livestorm developer relationship team