Loading...
Get the API tokens collection.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/accounts/api-tokens', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": [ { "id": "text", "href": "text", "status": "text", "name": "text", "description": "text", "icon": "text", "lastAccessAt": "2024-11-15T10:50:27.622Z", "token": "text", "modules": [ { "id": "text", "href": "text", "description": "text", "isConfigurable": false, "isEnabledByDefault": false, "paid": false, "name": "text", "accountTypes": [ "text" ] } ] } ] }