Get SFTP/SSH password
curl --request GET \
--url https://api.kinqsta.com/v2/sites/environments/{env_id}/ssh/password \
--header 'Authorization: Bearer <token>'{
"environment": {
"id": "<string>",
"sftp_password": "<string>"
}
}WordPress Site Environments
Get SFTP/SSH password
GET
/
sites
/
environments
/
{env_id}
/
ssh
/
password
Get SFTP/SSH password
curl --request GET \
--url https://api.kinqsta.com/v2/sites/environments/{env_id}/ssh/password \
--header 'Authorization: Bearer <token>'{
"environment": {
"id": "<string>",
"sftp_password": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://api-docs.kinqsta.com/llms.txt
Use this file to discover all available pages before exploring further.
⌘I