cURL
curl --request GET \ --url https://api.steuerboard.com/v1/ping \ --header 'Authorization: Bearer <token>'
{ "ping": "<string>" }
Bearer token authentication
Pong