Get SFTP/SSH IP allowlist
curl --request GET \
--url https://api.kinqsta.com/v2/sites/environments/{env_id}/ssh/get-allowed-ips \
--header 'Authorization: Bearer <token>'{
"environment": {
"active_container": {
"sftp_ip_allowlist": [
"127.0.0.1"
]
}
}
}WordPress Site Environments
Get SFTP/SSH IP allowlist
GET
/
sites
/
environments
/
{env_id}
/
ssh
/
get-allowed-ips
Get SFTP/SSH IP allowlist
curl --request GET \
--url https://api.kinqsta.com/v2/sites/environments/{env_id}/ssh/get-allowed-ips \
--header 'Authorization: Bearer <token>'{
"environment": {
"active_container": {
"sftp_ip_allowlist": [
"127.0.0.1"
]
}
}
}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