ReferenceDocuments

    List user documents

    List user documents - GET /documents. DocDealer REST API reference.

    GET
    /documents

    Authorization

    bearerAuth
    AuthorizationBearer <token>

    In: header

    Response Body

    application/json

    application/json

    curl -X GET "https://example.com/documents"
    {  "documents": [    null  ]}