📰
Blog, content & CMS
Fetching blog articles, CMS content blocks and CMS pages.
GRAPHQL
Blog article detail
PublicGRAPHQLhttps://saas-api.mona.academy/graphql/
Returns a blog article by url_key (blogPostByUrlKey query).
Base URL: https://saas-api.mona.academy (NEXT_PUBLIC_API)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| url_key | String | Yes | - |
GRAPHQL
Content blocks by identifier
PublicGRAPHQLhttps://saas-api.mona.academy/graphql/
Returns CMS content for a list of identifiers (contents query).
Base URL: https://saas-api.mona.academy (NEXT_PUBLIC_API)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| identifiers | [String!] | Yes | - |
GRAPHQL
CMS page by URL
PublicGRAPHQLhttps://saas-api.mona.academy/graphql/
Returns a CMS page by url (getContentPage query / route).
Base URL: https://saas-api.mona.academy (NEXT_PUBLIC_API)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| url | String! | Yes | e.g. /about |