Error
A valid request URL is required to generate request examples{
"collections": [
{
"slug": "<string>",
"name": "<string>",
"description": "<string>",
"icon": "<string>",
"articles": [
{
"slug": "<string>",
"title": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}
]
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}Help center
The help center's index
The table of contents: every collection with something published, each carrying its published articles’ slugs and titles. Drafts are structurally absent — every read here walks the published-version pointer, so an unpublished article joins nothing.
Addressed by publishable key and public, the pricing document’s family: it reads, it mints nothing and it mails nobody. The help center is the organization’s, so both of its keys serve the same pages.
Cache-Control: public, max-age=60, stale-while-revalidate=600, stale-if-error=600 — an edit shows inside a minute, and a help page that cannot render because we are down is a customer opening a ticket instead.
Rate limited to 240 requests per minute per IP.
GET
/
v1
/
help
/
{publishableKey}
Error
A valid request URL is required to generate request examples{
"collections": [
{
"slug": "<string>",
"name": "<string>",
"description": "<string>",
"icon": "<string>",
"articles": [
{
"slug": "<string>",
"title": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}
]
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}