Get Token
Get a single API token by ID.
get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200
OK
application/json
404
Not Found
application/json
get
GET /public/v1/accounts/api-tokens/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"id": "text",
"audit": {
"created": {
"at": "2025-07-04T01:39:13.467Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-07-04T01:39:13.467Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"status": "text",
"name": "text",
"description": "text",
"icon": "text",
"lastAccessAt": "2025-07-04T01:39:13.467Z",
"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?