Token
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequired
The token to revoke
Responses
200
The token has been revoked
No content
500
Internal server error
delete
/sfp/api/application-tokens/{token}No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired
The name of the token
expiresInnumberRequiredDefault:
The expiration time of the token in days
30Responses
201
The created application token
500
Internal server error
post
/sfp/api/application-tokensNo content
Last updated