Was this helpful?
#330:
Change request updated 3 months ago
Create a new token object for the specific account.
/v1/accounts/api-tokens
curl -L \ --request POST \ --url 'https://api.platform.softwareone.com/public/v1/accounts/api-tokens' \ --header 'Content-Type: application/json' \ --data '{"account":{},"modules":[]}'
{ "id": "text", "audit": {}, "$meta": {}, "href": "text", "status": "text", "name": "text", "description": "text", "icon": "text", "lastAccessAt": "2025-02-23T22:28:53.716Z", "token": "text", "account": {}, "modules": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "description": "text", "isConfigurable": true, "isEnabledByDefault": true, "paid": true, "name": "text", "accountTypes": [ "text" ] } ] }