Enable Token
Enable the specified token object.
post
Path parameters
idstringRequired
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
post
POST /public/v1/accounts/api-tokens/{id}/enable HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"id": "text",
"audit": {
"created": {
"at": "2025-07-25T16:30:35.738Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-07-25T16:30:35.738Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"status": "text",
"name": "text",
"description": "text",
"icon": "text",
"lastAccessAt": "2025-07-25T16:30:35.738Z",
"token": "text",
"account": {
"id": "text",
"icon": "text",
"type": "Client",
"status": "Active",
"name": "text"
},
"modules": [
{
"id": "text",
"description": "text",
"name": "text",
"filters": {
"group.buyers": [
"text"
]
},
"settings": {
"sharedAccount": true,
"configurable": true,
"default": true,
"paid": true,
"type": [
"text"
]
}
}
]
}
Last updated
Was this helpful?