Hello,
I have created a custom entity in my self-hosted EspoCRM 9.1.9 instance running on my VPS. I also created an API user and assigned it a role that should have access to the new entities. However, when I try to use the API to access the endpoint for the new entity, I get errors and cannot perform any actions.
Here are some details:
I would appreciate guidance on how to properly configure API access for custom entities.
Thank you!
I have created a custom entity in my self-hosted EspoCRM 9.1.9 instance running on my VPS. I also created an API user and assigned it a role that should have access to the new entities. However, when I try to use the API to access the endpoint for the new entity, I get errors and cannot perform any actions.
Here are some details:
- API user: created and assigned a role with permissions for the new entities.
- Custom entity: CClases (and others).
- API calls return 403 Forbidden.
- I have cleared cache and rebuilt after creating the entity.
- EspoCRM version: 9.1.9, self-hosted on a VPS with docker compose.
I would appreciate guidance on how to properly configure API access for custom entities.
Thank you!
Comment