Connect

connect

post

Initiate a connection to a specified peer.

Body
endpointstringRequired

the endpoint to connect to expressed as either IP address or URL

Responses
200
OK
application/json
Responsestring

"already connected" or "added connection"

post
POST /v1/net/connect HTTP/1.1
Host: eos.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 19

{
  "endpoint": "text"
}
200

OK

text