Token

List all application tokens

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200Success

No content

get
/sfp/api/application-tokens
200Success

No content

Revoke an application token

delete
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

delete
/sfp/api/application-tokens/{token}

No content

Create a new application token

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired

The name of the token

expiresInnumberRequired

The expiration time of the token in days

Default: 30
Responses
post
/sfp/api/application-tokens

No content

Last updated