SFTP Auth
SFTP User Authentication
Called by the AWS SFTP Gateway to authenticate a user attempting to log in. Validates the provided password (cached temporarily) against the username (site UUID) and returns an IAM role and S3 policy if valid.
GET
Authorizations
Standard JWT token obtained via a separate authentication process. Required for most user-facing API endpoints.
Headers
The temporary password generated for the SFTP backup script.
Path Parameters
The AWS SFTP server ID.
Example:
"s-12345abcdef"
The SFTP username, which is the Site UUID.
Response
200
application/json
Authentication successful. Returns IAM role and S3 policy.
The response is of type object
.