Authorizations
- Authorization string required header
All requests require a Bearer token in the
Authorizationheader. API keys are prefixed withfdsk_and should be kept secret. You can generate and manage keys from the Developer settings page.
Path Parameters
- id string required
Resource ID for the requested entity. Example: art_01JXY9AZK4KV
Response
application/json- id string
Ferndesk article ID (
art_...). - title string
Primary article title.
- contentHtml string
Article content rendered as HTML.
- url string (uri) | null
Canonical public URL for this article.
- sectionId string | null
Section ID containing the article.
- collectionId string | null
Optional collection grouping ID for the article.
- status string | null
Article publish status.
- publishedAt string | null
Timestamp when the article was published.
- createdAt string
ISO 8601 timestamp in UTC.
- updatedAt string
ISO 8601 timestamp in UTC.