⚡Quickstart
This page helps you get up and running with the Maildrop API within ten minutes.
See Also
Quickstart - curl
curl --request POST \
--header 'content-type: application/json' \
--url https://api.maildrop.cc/graphql \
--data '{"query":"query Example {\n ping(message:\"hello, world!\")\n}"}'{"data":{"ping":"pong hello, world!"}}Quickstart - React
Last updated