Loading...
Get a list of modules in the platform.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/accounts/modules', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": [ { "id": "text", "href": "text", "description": "text", "isConfigurable": false, "isEnabledByDefault": false, "paid": false, "name": "text", "accountTypes": [ "text" ] } ] }