LettermintLettermint
  • Knowledge base
  • Community
  • Changelog
  • Support
  • Documentation
  • Sending API
  • Team API
  • MCP server
Information
Sending
    Send
      Send an emailpostSend multiple emails in a batchpost
Generic
    Ping the APIget
Schemas
Lettermint Sending API
Lettermint Sending API

Generic

Download schema

Check that the API is reachable and that your Project API token is accepted.


Ping the API

GET
https://api.lettermint.co/v1
/ping

This endpoint can be used to check the API status and verify authentication. It accepts both Team API tokens (via Bearer authentication) and Project API tokens (via X-Lettermint-Token header).

Ping the API › Headers

Authorization
​string

Team API token using Bearer authentication. Format: Bearer {team_token}.

X-Lettermint-Token
​string

Project API token.

Ping the API › Responses

Const value: 200
GET/ping
curl https://api.lettermint.co/v1/ping
Example Responses
200
json
application/json

Send