Skip to main content
GET
/
system
/
ping
Ping the system
curl --request GET \
  --url https://sandbox.trybraid.xyz/system/ping \
  --header 'Authorization: Bearer <token>'
{
  "message": "pong"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successfully pinged the system

message
string