Hi team! I am new to the Business Search API so my questions can be very basic. I have reviewed all the questions on the board but could not find the right answers to mine. Here are a few questions I would like to clarify with you:
- I am building and testing the sandbox based on this documentation. I am getting the error below when calling the POST /v1/businesses/{identifier}/requests (I copied the endpoint from the documentation)
I found a couple of posts with similar issue but their endpoint is a bit different from the documentation:
POST /v1/businesses/{identifier}/documents/requests
After updating the endpoint with the same request, I now get a different error.
{
"errorMessage": "API backend third party service error.",
"rootCause": "details:[error:Invalid Document Type],message:Invalid payload "
}
Could you please share some insights on this?
-
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
-
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}
Thank you!