cURL
curl --request GET \ --url https://app.octomind.dev/api/apiKey/v1/private-location \ --header 'X-API-Key: <api-key>'
[ { "status": "OFFLINE", "address": "https://example.com:3128", "name": "my-private-location" } ]
gets a list of private location workers
OK
The response is of type object[].
object[]