Attach document to referral
POST {{api_url}}/v1/referrals/:id/document_upload
Attaches document and returns a presigned S3 link.
Refer to these docs to understand how to use these links
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status OK
{
"uri": "esse"
} |
ENDPOINTS