Question Variations
Can users have access to specific data points to pull from the API vs. all data? Applies To
API, Transaction APIAnswer
You can control what the Transactions API returns by using specific URL parameters, such as the "include_columns" parameter, to ensure only certain fields are included in the response. However, please note that users can remove this parameter in their API calls, which would result in the API returning all fields.
To provide a more secure solution, we can restrict data access based on the level at which the API token is created, such as the Network or Profile level. This allows users to manage user permissions more effectively.