Skip to main content
POST
/
sites
/
environments
/
{env_id}
/
ssh
/
generate-password
Generate SFTP password
curl --request POST \
  --url https://api.kinsta.com/v2/sites/environments/{env_id}/ssh/generate-password \
  --header 'Authorization: Bearer <token>'
{
  "result": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Generate SFTP/SSH password

result
null
required