Application Tokens
Authorizations
Body
namestringRequired
The name of the token
expiresInnumberRequiredDefault:
The expiration time of the token in days
30
Responses
201
The created application token
No content
500
Internal server error
post
POST /sfp/api/application-tokens HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 30
{
"name": "text",
"expiresIn": 30
}
No content