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