API to return landing pages, excluding website pages
SOLVE
EDIT I'm an idiot. For anyone as hasty as me who finds themselves here instead of back in the API docs - use the 'subcategory' paramter in the request URL.
I'm building a search index to send to Algolia, using the pages API to grab any updated, deleted and then archived pages. However, I'm only interested in landing pages, not website pages - in fact returning website pages too is a problem.
Seeing as they are two totally distinct content types, I figured there would be separate endpoints, but all I can find is the pages one.
Am I missing something? Or is there a way to filter by type?