Last updated 1 day ago
GET /sfp/api/application-tokens HTTP/1.1 Host: Authorization: Bearer JWT Accept: */*
No content
The token to revoke
DELETE /sfp/api/application-tokens/{token} HTTP/1.1 Host: Authorization: Bearer JWT Accept: */*
The token has been revoked
The name of the token
The expiration time of the token in days
POST /sfp/api/application-tokens HTTP/1.1 Host: Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 29 { "name": "text", "expiresIn": 1 }
The created application token