The Inbox API is the only REST endpoint exposed by Steppd. It returns the latest published version of your organization’s SOPs in a structured format. Your inbox URL is unique to your organization, find it in Profile → API Keys. All requests require a valid API key passed as a Bearer token. See Authentication for setup instructions.Documentation Index
Fetch the complete documentation index at: https://docs.steppd.com/llms.txt
Use this file to discover all available pages before exploring further.
List all published documents
Returns the latest published payload for every document in your organization’s inbox.curl example
Get a single published document
Append the document ID to your inbox URL to fetch a specific document.curl example
DOCUMENT_ID is the document_id field present in webhook event payloads.
Response fields
Both endpoints return the same document payload shape.The document ID.
The document title at the time of last publish.
The version string at the time of last publish.
The department name, if set.
ISO 8601 timestamp of the most recent publish.
Email of the member who last published the document.
The full structured content of the document.