Skip to main content
GET
/
ping
Ping the API
curl --request GET \
  --url https://api.lettermint.co/v1/ping \
  --header 'Authorization: Bearer <token>'
"pong"

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

The response is of type enum<string>.

Available options:
pong