Eloqua API Permissions
Hi,
our current implementation use the following API endpoints to implement a server side form rendering:
- Retrieve a form: /api/REST/2.0/assets/form/{id}
- Retrieve a list of forms: /api/REST/2.0/assets/forms
- Retrieve an option list: /api/REST/1.0/assets/optionList/{id}
- Create form data for a single form: /api/REST/2.0/data/form/{id}
Is it possible to limit the API user to this specific endpoints?
We like to avoid that an attacker with leaked API credentials has too much permissions (E.g. retrieve custom data objects)
0