Endpoint to create document access requests - error:Invalid Document Type

Good morning @Melissa ! Thanks for the fast response. I am testing in the sandbox and yes I am getting “business not found”. Could you please provide the postman collection and a few test entities for each type of identifiers (like partnership, corporations, etc. ) so I can test and log the differences in the responses? I could not find the list of test entities that are available in the sandbox.

I also have 2 more questions posted in my post - posting here for visibility:

  1. Could you please explain the difference in POST /v1/businesses/{identifier}/requests & GET /v1/businesses/{identifier}/requests? I am mainly interested in BUSINESS_SUMMARY_FILING_HISTORY but would also want to test out the other documents like CERTIFICATE_OF_GOOD_STANDING, CERTIFICATE_OF_STATUS, LETTER_UNDER_SEAL
  2. Are all Search API endpoints subject to the $1.50 service fee? In addition, there is only one price for business search listed on the website ($7) but I plan to call 3 endpoints. Could you help me to understand which endpoint will trigger the $7 billing?
  • POST /v2/search/businesses
  • POST /v1/businesses/{identifier}/requests
  • GET /v1/businesses/{identifier}/documents/{document_key}

Just an FYI, “/documents” is missing in the the endpoints for document/summary requests in the swagger, which is causing error when testing in the swagger.