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 Spam Testing API

Standalone spam filter analysis and seed list management

Email on Acid Spam Testing 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 Spam Testing. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 7 operations across 5 paths, and defines 9 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.

7 operations 5 paths 9 schemas 1 DELETE5 GET1 POST

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 Spam Testing 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 7

Across 5 paths, the API surfaces 7 operations — 1 DELETE, 5 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Spam Testing 7

Standalone spam filter analysis and seed list management

GET
/spam/clients
Get available spam clients
getSpamClients → 200401
GET
/spam/tests
Get all spam tests
getSpamTests 5 params → 200401
POST
/spam/tests
Create spam test
createSpamTest body → 200400401403
GET
/spam/tests/{testId}
Get spam test results
getSpamTestResults 1 param → 200401404
DELETE
/spam/tests/{testId}
Delete spam test
deleteSpamTest 1 param → 200401404
GET
/spam/tests/{testId}/seedlist
Get spam test seed list
getSpamTestSeedList 1 param → 200401404
GET
/spam/seedlist
Reserve seed list
reserveSeedList → 200401

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are CreateSpamTestRequest (12 properties), SmtpInfo (5 properties), SpamResult (4 properties), TestSummary (4 properties). Each schema is shown below with its type and property counts.

SuccessResponse
object
1 property
CreateSpamTestRequest
object
12 properties 1 required
TestSummary
object
4 properties
ReserveSeedListResponse
object
2 properties
SpamResult
object
4 properties
SpamClient
object
3 properties
ErrorResponse
object
1 property
SmtpInfo
object
SMTP configuration for smtp test method
5 properties 1 required
CreateSpamTestResponse
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

email-on-acid-spam-testing-api-openapi.yml Raw ↑

Other APIs Email on Acid publishes across the network.

Email on Acid Authentication API
Email on Acid Email Clients API
Email on Acid Email Testing API