Public API
Public endpoints that don’t require authentication.
Endpoints
Verify Apostille
GET /public/verify/{apostilleNumber}Verifies the authenticity of an apostille document.
Parameters
| Name | Type | Description |
|---|---|---|
| apostilleNumber | string | The unique apostille number to verify |
Response
{
"valid": true,
"apostille": {
"apostilleNumber": "APO-2024-001234",
"documentType": "Birth Certificate",
"issuedAt": "2024-01-15T10:30:00Z",
"holderName": "John Doe"
}
}Last updated on