List items in a category
Categories
List items in a category
Returns companies and documents belonging to a category, sorted by publication date.
Results are a unified list of companies and documents, each identified by a type field. Use limit and offset for pagination.
The meta object varies by item type. For companies it includes domain and logo. For documents it includes preview_image and document_type.
GET
List items in a category
Authorizations
Authenticate using one of two formats:
- Organization/user token:
Token <your-token> - Stytch JWT:
Bearer <your-jwt>
Path Parameters
Category slug to look up (e.g. crypto).
Query Parameters
Items per page, 1-100. Default 20.
Number of items to skip. Default 0.