Create an end-customer status link
Mints a read-only status link for the company and returns its URL. Hand the URL to your client. Anyone holding it can read the company’s live status - progress only, no documents, no personal data, no prices - by calling GET /status/, so you can drive a progress view in your own product without sharing your API key. Multiple links per company are allowed, each individually revocable. The URL is shown once.
Authorizations
Your API key, e.g. Authorization: Bearer clmt_test_. Live keys use the clmt_live_ prefix.
Headers
Date-based API version to run this request against.
"2026-08-13"
Path Parameters
ID of the company.
^cmp_[0-9A-Za-z]{22}$Response
The status link, with its URL shown once.
A read-only status link you hand to an end customer.