Get SFTP/SSH status
curl --request GET \
--url https://api.kinqsta.com/v2/sites/environments/{env_id}/ssh/get-status \
--header 'Authorization: Bearer <token>'{
"environment": {
"active_container": {
"is_ssh_enabled": true
}
}
}WordPress Site Environments
Get SFTP/SSH status
GET
/
sites
/
environments
/
{env_id}
/
ssh
/
get-status
Get SFTP/SSH status
curl --request GET \
--url https://api.kinqsta.com/v2/sites/environments/{env_id}/ssh/get-status \
--header 'Authorization: Bearer <token>'{
"environment": {
"active_container": {
"is_ssh_enabled": true
}
}
}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