Relay REST API

/ping

A helper endpoint for testing connectivity to the relay.

Parameters

n/a

Returns

202 OK

Example

// Request

curl https://address-to-relay.example.com/ping

// Result

HTTP/1.1 202 Accepted

Last updated