Update SFTP/SSH IP allowlist
curl --request POST \
--url https://api.kinqsta.com/v2/sites/environments/{env_id}/ssh/set-allowed-ips \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ip_allowlist": [
"127.0.0.1"
]
}
'{
"result": null
}WordPress Site Environments
Update SFTP/SSH IP allowlist
POST
/
sites
/
environments
/
{env_id}
/
ssh
/
set-allowed-ips
Update SFTP/SSH IP allowlist
curl --request POST \
--url https://api.kinqsta.com/v2/sites/environments/{env_id}/ssh/set-allowed-ips \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ip_allowlist": [
"127.0.0.1"
]
}
'{
"result": null
}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