Was this helpful?
#227:
Change request updated 3 months ago
Get a list of modules in the platform.
/v1/accounts/modules
curl -L \ --url 'https://api.platform.softwareone.com/public/v1/accounts/modules'
{ "$meta": {}, "data": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "description": "text", "isConfigurable": true, "isEnabledByDefault": true, "paid": true, "name": "text", "accountTypes": [ "text" ] } ] }