Organization Modules
GET
/api/modules/organization
Get the list of modules the current organization has access to.
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
TypeAPI Key (header: X-Api-Key)
Responses
List modules for current organization
application/json
JSON
{
"data": [
"string"
]
}