cURL
curl --request GET \ --url https://api.zavu.dev/v1/documents/{documentId} \ --header 'Authorization: Bearer <token>'
{ "document": { "id": "<string>", "name": "<string>", "documentType": "passport", "status": "pending", "createdAt": "2023-11-07T05:31:56Z", "mimeType": "<string>", "fileSize": 123, "rejectionReason": "<string>", "updatedAt": "2023-11-07T05:31:56Z" } }
Get a specific regulatory document.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Document details.
A regulatory document for phone number requirements.
Show child attributes