Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Success
Example:
"pong"
curl --request GET \
--url https://production.hifibridge.com/v2/ping \
--header 'Authorization: Bearer <token>'
{
"message": "pong"
}
curl --request GET \
--url https://production.hifibridge.com/v2/ping \
--header 'Authorization: Bearer <token>'
{
"message": "pong"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success
"pong"