API Reference
Reference for our API
Registers a new relay URL for the authenticated company.
cURL
curl --request POST \ --url https://api.seminode.com/v1/nodes/connections \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "url": "<string>", "writeable": true }'
{ "detail": "<string>" }
Format: "Bearer <access_token>"
Node URL and optional metadata
The body is of type object.
object
node connection created
The response is of type object.