Was this helpful?
#227:
Change request updated 3 months ago
Enable the specified token object.
/v1/accounts/api-tokens/{id}/enable
curl -L \ --request POST \ --url 'https://api.platform.softwareone.com/public/v1/accounts/api-tokens/{id}/enable'
{ "id": "text", "audit": {}, "$meta": {}, "href": "text", "status": "text", "name": "text", "description": "text", "icon": "text", "lastAccessAt": "2025-02-23T06:18:35.014Z", "token": "text", "account": {}, "modules": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "description": "text", "isConfigurable": true, "isEnabledByDefault": true, "paid": true, "name": "text", "accountTypes": [ "text" ] } ] }