Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Email on Acid Email Clients API

Manage email client lists and defaults for testing

Email on Acid Email Clients API is one of 4 APIs that Email on Acid publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Email Clients. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 3 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version 5.0.

Requests are made against a single base URL, https://api.emailonacid.com/v5.

3 operations 2 paths 5 schemas 2 GET1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
5.0
Base URL
https://api.emailonacid.com/v5
Authentication
HTTP Basic
Resource Areas
1

Authentication & Security 1

Email on Acid Email Clients API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • basicAuth — HTTP Basic Authentication using : base64-encoded. Use "sandbox:sandbox" credentials for sandbox testing.

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 2 GET, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Email Clients 3

Manage email client lists and defaults for testing

GET
/email/clients
Get available email clients
getEmailClients → 200401
GET
/email/clients/default
Get default email clients
getDefaultEmailClients → 200401
PUT
/email/clients/default
Set default email clients
setDefaultEmailClients body → 200400401

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are EmailClient (9 properties), SetDefaultClientsResponse (2 properties), ClientList (1 property), ErrorResponse (1 property). Each schema is shown below with its type and property counts.

EmailClientsMap
object
Map of client ID to email client details
ErrorResponse
object
1 property
SetDefaultClientsResponse
object
2 properties
EmailClient
object
9 properties
ClientList
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

email-on-acid-email-clients-api-openapi.yml Raw ↑

Other APIs Email on Acid publishes across the network.

Email on Acid Authentication API
Email on Acid Email Testing API
Email on Acid Spam Testing API