PUT
/
apiKey
/
v1
/
private-location
/
register
curl --request PUT \
  --url https://app.octomind.dev/api/apiKey/v1/private-location/register \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "name": "<string>",
  "registrationData": {
    "proxypass": "secret22",
    "proxyuser": "user",
    "address": "34.45.23.22:23455"
  }
}'
{
  "success": true
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

OK

The response is of type object.