v2
latestOpenAPI 3.0.02026-07-261859071.2 MBPrivate locations
List all private locations
Lists all private locations in your account.
get/v1/private-locations
Query parameters
versionsboolean
Headers
x-checkly-accountstring
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Response
Successful
Example response
[
{
"id": "0baf2a80-7266-44af-b56c-2af7086782ee",
"name": "New Private Location",
"slugName": "new-private-location",
"icon": "location",
"keys": [
{
"id": "fed3ada8-7d9b-4634-a0fe-471afe0518b6",
"rawKey": "pl_a89026d28a0c45cf9e11b4c3637f3912",
"maskedKey": "...6a1e"
}
],
"proxyUrl": "https://user:password@164.92.149.127:3128"
}
]