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