DKIM Archive API
Specification for DKIM Archive API, which follows OpenAPI 3.0.3 specs.
API Documentation header image

API Reference

This is the API specification for the DKIM Archive API, which processes Gmail messages for DKIM signatures and provides -

  1. Endpoints to query archived keys
  2. Add domain-selector pairs, and
BASE URL
https://archive.prove.email/api

List-keys

GET
/api

Returns a list of DKIM keys for a given domain and its subdomains.

Parameters

domainstring(query)
REQUIRED

Output the domain name and/or any matching subdomains

TRY IT OUT

Responses

200
Successful operation
Media type: application/json
EXAMPLE VALUE
[
  {
    "value": "string",
    "domain": "string",
    "selector": "string",
    "lastSeenAt": "2025-06-25T13:03:56.862Z",
    "firstSeenAt": "2025-06-25T13:03:56.862Z"
  }
]
SCHEMA
DkimKeys
Items object
value* string
domain* string
selector* string
lastSeenAt* stringdate-time
firstSeenAt* stringdate-time
400
Missing or invalid parameter
429
Rate limit exceeded
500
Unexpected error

Limit reached? Reach out to our team to enhance your rate limit.