Create Token
post
Body
namestringOptional
iconstring | nullableOptional
descriptionstring | nullableOptional
Responses
201
Created
application/json
400
Bad Request
application/json
post
/public/v1/accounts/api-tokensLast updated
Was this helpful?
Created
Bad Request
Last updated
Was this helpful?
Was this helpful?
POST /public/v1/accounts/api-tokens HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 100
{
"account": {
"id": "text"
},
"name": "text",
"icon": "text",
"description": "text",
"modules": [
{
"id": "text"
}
]
}{
"id": "text",
"audit": {
"created": {
"at": "2026-01-23T15:54:36.730Z",
"by": {}
},
"updated": {
"at": "2026-01-23T15:54:36.730Z",
"by": {}
}
},
"$meta": {
"omitted": [
"text"
]
},
"status": "text",
"name": "text",
"description": "text",
"icon": "text",
"lastAccessAt": "2026-01-23T15:54:36.730Z",
"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
}
}
}
]
}