Requires authentication
Endpoint
Parameters
| Parameter | Type | Description |
|---|---|---|
id | UUID | Document ID |
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Retrieve a single document
GET /documents/{id}
| Parameter | Type | Description |
|---|---|---|
id | UUID | Document ID |
{
"success": true,
"data": {
"id": "uuid",
"url": "https://storage.example.com/document.pdf",
"type": "NATIONAL",
"expiryDate": "2025-12-31T00:00:00Z",
"issuedBy": "Ministry of Interior",
"adminId": "admin-uuid",
"userId": null
}
}
Was this page helpful?