List Modules
Get a list of modules in the platform.
get
Responses
application/json
cURL
JavaScript
Python
HTTP
curl -L \
--url 'https://api.platform.softwareone.com/public/v1/accounts/modules'
200
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-04-02T20:21:05.098Z",
"by": {
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-04-02T20:21:05.098Z",
"by": {
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"description": "text",
"isConfigurable": true,
"isEnabledByDefault": true,
"paid": true,
"name": "text",
"accountTypes": [
"text"
],
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
}
}
]
}
OK
Last updated
Was this helpful?