Your First API Integration
Get started in minutes with this quick tutorial. We'll walk you through authenticating with our API, making your first request, and viewing the response.
curl -X GET https://api.easyma.com/data \
-H "Authorization: Bearer YOUR_API_KEY"