HTTP API Authentication

Overview

Before most of BrandMyMail HTTP API calls can be done, registered BrandMyMail user must go through Authorization procedure. If method required authentication, user must add authentication data to the request.

Parameters

user - API Access Key username

secret - API Access Key secret

Request Example

			    “auth”:
			      {
			          “user”: ”[email protected]”,
			          “secret”: ”098989ab8ab9a07ab7a0b70a123qe3”
			      }

Error Codes

403 Authentication Failed - BrandMyMail can't validate your API Access Key