Authentication
The megsApp API uses a Bearer Token to authenticate requests. You must include your unique API key in every request to the server.
Authentication is handled via the Authorization HTTP header. You will receive your API key from the megsApp team or through your distributor dashboard.
All API requests must include this header in the following format:
Authorization: Bearer YOUR_API_KEY
Important:
Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
Updated 4 months ago
What’s Next