Changelog
v1 — initial public API
Section titled “v1 — initial public API”August 2026
The first publicly documented version of the Prokure API, served from
https://app.prokure.ca. Authentication is a pk_live_ API key in an
Authorization: Bearer header, scoped by the six
portal scopes.
Endpoint groups in this release:
- Opportunities — list and read matched solicitations with their scoring rationale, archive and unarchive them, and submit feedback on a verdict.
- Profile — read the identity and company behind the current credential
(
/api/v1/me). - API keys — list, create, and revoke keys from a signed-in portal session.
- Session — exchange a portal token for a session cookie, and sign out.
- Scopes — the public scope vocabulary, readable without a credential.
See the API reference for the full generated specification.