Search catalog
Catalog
Search catalog
Performs a MySQL full-text search (natural language mode) across three entity types in parallel — credentials (matched on ID, name, category, and schema), issuers (matched on name and short name), and verification programs (matched on program name). Returns grouped results with relevance scores, paginated independently per group.
GET
Search catalog
Query Parameters
Search query string.
Maximum string length:
200Page number (starts from 1).
Required range:
x >= 1Results per group (default 10, max 50).
Required range:
1 <= x <= 50Response
200 - application/json
Grouped search results.
Standard API response envelope used by all Catalog endpoints.