Skip to content

Retry Emails (Batch)

Retries sending the authorization email for all documents belonging to this issuer that have email_status of PENDING or FAILED.

POST /v1/documents/email-retry

Authentication

Authorization: Bearer <api-key> and X-Issuer-Id: <issuer-id> (numeric id from GET /v1/issuers)

Response

200 OK

json
{
  "ok": true,
  "result": {
    "attempted": 3,
    "succeeded": 2,
    "failed": 1
  }
}

Errors

CodeStatusWhen
UNAUTHORIZED401Missing or invalid API key

Comprobify API Documentation