ENDPOINT (PERSON)
- GET /v1/person/:id/document/:document_id/download-url
ENDPOINT (BUSINESS)
- GET /v1/business/:id/document/:document_id/download-url
RESPONSE
- {
- "id": "doc-e073e130-0221-4f4c-99e4-21a06ee56666",
- "personId": "per-de343f0d-abc4-43af-b3d0-540e3994f3af",
- "url": "https://v2-prod-test-solidfi-documents.amazonaws.com/person/...",
- }
Note that the URL expires after 15 minutes.