List Tokens

Get the API tokens collection.

get
Responses
200

OK

application/json
get
GET /public/v1/accounts/api-tokens HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
200

OK

{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "audit": {
        "created": "[Circular Reference]",
        "updated": "[Circular Reference]"
      },
      "$meta": {
        "omitted": [
          "text"
        ]
      },
      "status": "text",
      "name": "text",
      "description": "text",
      "icon": "text",
      "lastAccessAt": "2025-08-06T09:23:37.948Z",
      "token": "text",
      "account": {
        "id": "text",
        "icon": "text",
        "type": "Client",
        "status": "Active",
        "name": "text"
      },
      "modules": [
        {
          "id": "text",
          "description": "text",
          "name": "text",
          "filters": {
            "group.buyers": [
              "text"
            ]
          },
          "settings": {
            "sharedAccount": true,
            "configurable": true,
            "default": true,
            "paid": true,
            "type": [
              "text"
            ]
          }
        }
      ]
    }
  ]
}

Last updated

Was this helpful?