Is it possible to create a master API key that grants full administrative access to all API endpoints for example, the ability to call
modify entities, and perform other privileged operations?
I’ve already created a role with all permissions, but it still isn’t sufficient to access the admin area.
Code:
GET /api/v1/ActionHistoryRecord
I’ve already created a role with all permissions, but it still isn’t sufficient to access the admin area.
Comment