#330:
Change request updated 4 months ago
Was this helpful?
Get a list of modules in the platform.
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" ] } ] }