Logo
Brex Developer API Documentation

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" }



Curl
curl -X POST 'api_url/v1/referrals/:id/document_upload' -H 'Content-Type: application/json' -d '{"type":"ARTICLES_OF_INCORPORATION"}'

ENDPOINTS