Skip to content

Get RIDE (PDF)

Downloads the RIDE (Representación Impresa del Documento Electrónico) as a PDF. Only available for authorized documents.

GET /v1/documents/:accessKey/ride

Authentication

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

Path parameters

ParameterDescription
accessKeyThe 49-digit access key of an AUTHORIZED document

Response

200 OK — PDF file download.

Content-Type: application/pdf
Content-Disposition: attachment; filename="RIDE-<accessKey>.pdf"

The PDF is generated on demand and is not stored. Each request generates a fresh copy.

Errors

CodeStatusWhen
UNAUTHORIZED401Missing or invalid API key
NOT_FOUND404Document not found
BAD_REQUEST400Document is not in AUTHORIZED status

Comprobify API Documentation