curl --request GET \
--url https://api.lettermint.co/v1/ping \
--header 'Authorization: Bearer <token>'200This endpoint can be used to check the API status and verify authentication. It accepts both Team API tokens (via Bearer authentication) and Project tokens (via X-Lettermint-Token header).
curl --request GET \
--url https://api.lettermint.co/v1/ping \
--header 'Authorization: Bearer <token>'200