Authorizations
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 curl --request GET \
--url https://api.lettermint.co/v1/ping \
--header 'Authorization: Bearer <token>'"pong"curl --request GET \
--url https://api.lettermint.co/v1/ping \
--header 'Authorization: Bearer <token>'"pong"Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The response is of type enum<string>.
pong