Loading...
Enable the specified token object.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/accounts/api-tokens/{id}/enable', { method: 'POST', headers: {}, }); const data = await response.json();
{ "id": "text", "href": "text", "status": "text", "name": "text", "description": "text", "icon": "text", "lastAccessAt": "2024-11-15T11:35:07.935Z", "token": "text", "modules": [ { "id": "text", "href": "text", "description": "text", "isConfigurable": false, "isEnabledByDefault": false, "paid": false, "name": "text", "accountTypes": [ "text" ] } ] }