Getting Started
This section is designed to help you quickly set up and start using the Maildrip API. This section will guide you through the process of authenticating your API requests etc.
Authorization: Bearer YOUR_API_KEY_HERE
Content-Type: application/jsoncurl -X GET "https://api.maildrip.io/v1/contacts" \
-H "Authorization: Bearer YOUR_API_KEY_HERE" \
-H "Content-Type: application/json"Last updated