Skip to main content
GET
/
tokens
/
{identifier}
{
  "message": "<string>",
  "object": {
    "identifier": "<string>",
    "name": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "createdBy": "<string>",
    "description": "<string>",
    "lastUsed": "2023-11-07T05:31:56Z"
  }
}
{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}

Path Parameters

identifier
string
required

Token identifier

Query Parameters

space
string

Space Identifier

Response

A token

message
string
object
object