Skip to main content

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 Authorization header:

πŸ“‹ Authentication Information​

Authorization: Basic base64(username:password)

Content-Type: application/json applies when you send a JSON request body.