NextGen Knowledge Center

REST API Authentication

M3 supports Basic Authentication (i.e., a method for an HTTP user agent to provide a user name and password when making a request.)

Basic Authentication:

To include basic authentication in your API requests:

  • Simply include an Authorization header on all API requests, with basic credentials.

    Example (for admin/admin):
    • Authorization: Basic YWRtaW46YWRtaW4=