For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact SalesGet Support
HomeGuidesAPI reference
HomeGuidesAPI reference
  • Middesk API
        • GETList businesses
        • POSTCreate a business
        • GETRetrieve a business
        • PATCHUpdate a business
        • GETRetrieve a business PDF
LogoLogo
Contact SalesGet Support
Middesk APIBusiness VerificationBusinesses

Retrieve a business PDF

GET
https://api.middesk.com/v1/businesses/:id/pdf
GET
/v1/businesses/:id/pdf
$curl https://api.middesk.com/v1/businesses/id/pdf \
> -H "Authorization: Bearer <token>"
Was this page helpful?
Previous

List orders for a business

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
Business ID

Errors

404
Get Business PDF Request Not Found Error