List Accounts

get
Responses
curl -L \
  --url 'https://api.platform.softwareone.com/public/v1/accounts/accounts'
{
  "$meta": {},
  "data": [
    {
      "id": "text",
      "audit": {},
      "$meta": {},
      "href": "text",
      "externalId": "text",
      "externalName": "text",
      "type": {},
      "status": {},
      "serviceLevel": {},
      "address": {},
      "icon": "text",
      "technicalSupportEmail": "name@gmail.com",
      "website": "text",
      "description": "text",
      "name": "text",
      "groups": [
        {
          "id": "text",
          "audit": {},
          "$meta": {},
          "href": "text",
          "name": "text",
          "description": "text",
          "account": {},
          "modules": [
            {
              "id": "text",
              "audit": {},
              "$meta": {},
              "href": "text",
              "description": "text",
              "isConfigurable": true,
              "isEnabledByDefault": true,
              "paid": true,
              "name": "text",
              "accountTypes": [
                "text"
              ]
            }
          ],
          "logo": "text",
          "isDefault": true,
          "users": [
            "[Circular Reference]"
          ]
        }
      ],
      "buyers": [
        {
          "id": "text",
          "audit": {},
          "$meta": {},
          "href": "text",
          "contact": {},
          "externalIds": {},
          "status": {},
          "icon": "text",
          "address": {},
          "taxId": "text",
          "account": {},
          "name": "text",
          "sellers": [
            {
              "id": "text",
              "audit": {},
              "$meta": {},
              "href": "text",
              "externalId": "text",
              "status": {},
              "icon": "text",
              "currencies": [
                "text"
              ],
              "address": {},
              "name": "text"
            }
          ]
        }
      ]
    }
  ]
}

Was this helpful?

#330:

Change request updated