Sign in

Create catalog page

documented

Create a new catalog page.

POST /v1/catalog-pagesOrganiseno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.skilljar.com/v1/catalog-pages" \
  -X POST \
  -u "{{SKILLJAR_API_KEY}}:" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"title": "{{$title}}", "short_description": "{{$short_description}}", "url": "{{$url}}", "promo_image_url": "{{$promo_image_url}}", "header_html": "{{$header_html}}", "content": {{$content}}, "group_visibility": "{{$group_visibility}}", "location": "{{$location}}"}'
Create catalog page · Skilljar · OpenIntegrations