Skip to main content
GET
/
ping
Health-Check
curl --request GET \
  --url https://{tenant}.stamp.eu/rest/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

200 - application/json

Pong

message
string
Example:

"pong"