API select help needed
I am executing this API call which specifies the fields to be selected, but the return data still includes all fields. What am I doing wrong?
https://crw.org/sys/api/v2/accounts/[MY ACCOUNT ID]/contacts?$async=false&$select='First name','Last name',Phone
1
vote