Enable Token
post
Path parameters
idstringRequired
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
post
/public/v1/accounts/api-tokens/{id}/enableLast updated
Was this helpful?
OK
Bad Request
Not Found
Last updated
Was this helpful?
Was this helpful?
POST /public/v1/accounts/api-tokens/{id}/enable HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"id": "text",
"audit": {
"created": {
"at": "2026-01-23T17:03:07.535Z",
"by": {}
},
"updated": {
"at": "2026-01-23T17:03:07.535Z",
"by": {}
}
},
"$meta": {
"omitted": [
"text"
]
},
"status": "text",
"name": "text",
"description": "text",
"icon": "text",
"lastAccessAt": "2026-01-23T17:03:07.535Z",
"token": "text",
"account": {
"id": "text",
"icon": "text",
"type": "text",
"status": "text",
"name": "text"
},
"modules": [
{
"id": "text",
"description": "text",
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
],
"obsolete": true,
"eligibility": {
"multi": true,
"single": true
}
}
}
]
}