LettermintLettermint
  • Knowledge base
  • Community
  • Changelog
  • Support
  • Documentation
  • Sending API
  • Team API
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

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