Was this helpful?
#330:
Change request updated 3 months ago
Get the API tokens collection.
/v1/accounts/api-tokens
curl -L \ --url 'https://api.platform.softwareone.com/public/v1/accounts/api-tokens'
{ "$meta": {}, "data": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "status": "text", "name": "text", "description": "text", "icon": "text", "lastAccessAt": "2025-02-23T21:34:25.518Z", "token": "text", "account": {}, "modules": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "description": "text", "isConfigurable": true, "isEnabledByDefault": true, "paid": true, "name": "text", "accountTypes": [ "text" ] } ] } ] }