Get list of available regions
curl --request GET \
--url https://api.kinqsta.com/v2/company/{id}/available-regions \
--header 'Authorization: Bearer <token>'{
"company": {
"available_regions": [
{
"name": "Dallas US (us-south1)",
"region": "us-south1"
}
]
}
}Available Regions
Get list of available regions
GET
/
company
/
{id}
/
available-regions
Get list of available regions
curl --request GET \
--url https://api.kinqsta.com/v2/company/{id}/available-regions \
--header 'Authorization: Bearer <token>'{
"company": {
"available_regions": [
{
"name": "Dallas US (us-south1)",
"region": "us-south1"
}
]
}
}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