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
403
Forbidden - Requires role: owner
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
No content
403
Forbidden - Requires role: owner
500
Internal server error
post/sfp/api/application-tokens
No content
Was this helpful?