List Documents

List all of the documents on your account for a company

GET or POST Request

https://v1.api19.com/ra/documents/list

Get a list of all of your documents on your account for a specific company

Argument

Required

Type

company_id

yes

company id

key

yes

your api key

curl https://v1.api19.com/ra/documents/list \
 -d 'company_id=h329fh23r' \
 -d 'key=api_token'

Last updated