Authentication
MescoMg API uses Basic Auth protocol for authentication.
π Requirementsβ
- All endpoints use HTTPS and Basic Auth unless explicitly stated otherwise.
- MescoMg provides the API username and password for your account.
- Send the credentials in the
Authorizationheader:
π Authentication Informationβ
Authorization: Basic base64(username:password)
Content-Type: application/json applies when you send a JSON request body.