cURL
curl --request GET \ --url https://sandbox.trybraid.xyz/system/ping \ --header 'Authorization: Bearer <token>'
{ "message": "pong" }
Checks the system status and returns a simple response to confirm the API is reachable.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully pinged the system