v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBdocuments
Get document upload status
Get status of a document upload. Use this endpoint to identify when a document upload is complete.
- BILL generates an uploadId for the document when the upload is in progress (IN_PROGRESS). The value begins with 0du.
- BILL generates a documentId for the document when the upload is complete (UPLOADED). The value begins with 00h.
get/v3/documents/upload-status
Query parameters
idsstring required
Document upload IDs. You can set the IDs as comma-separated values.
Example:{{document_upload_id}}
Headers
sessionIdstring nullable
API session ID generated with /v3/login
Example:{{session_id}}
devKeystring nullable
Developer key generated with your BILL developer account
Example:{{developer_key}}
Response
Get document upload status response