Tutorial: Authentication (API)

Acelle Mail API employs simple Token Authentication which is also referred to as Bearer Authentication. That is, every Acelle user account has an authentication token. The token must be sent in either the Authorization HTTP header or in the query string URL when making requests to protected resources:

Authorization: Bearer <token>

Or as a query string parameter in the request URL

https://acelle.com/api/v1?api_token=YOUR_API_TOKEN

Important: using an authentication token in the Bearer header is highly recommended over in a query string, and it should only be used over HTTPS (SSL).

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!