Technology vocabulary
The canonical list of platforms, apps, services, and themes the API can report, with categories. Slugs here are the same slugs used in store profiles, signals, webhooks, and MCP tools.
read:storesbilling unitfreeagent notesFree. Resolve a user-supplied name to a slug here before filtering signals or comparing stores; never guess a slug. The list is paginated; follow next_cursor until null for a complete vocabulary, or use q for a prefix search.
The canonical list of platforms, apps, services, and themes the API can report, with categories. Slugs here are the same slugs used in store profiles, signals, webhooks, and MCP tools.
Authorization
ApiKey Workspace API key as a bearer token. Create keys in the dashboard under Settings → API keys. Test keys (oai_test_) answer from a fixed test tenant and never queue production scans.
In: header
Query Parameters
Filter to one kind.
Value in
- "platform"
- "app"
- "service"
- "theme"
Filter to one category slug.
Case-insensitive prefix match on name or slug.
2 <= length <= 64Cursor from a previous page.
Page size, 1 to 200.
1 <= value <= 20050Response Body
application/json
application/json
curl -X GET "https://example.com/v1/technologies"{ "data": [ { "category": "string", "kind": "platform", "listing_url": "http://example.com", "name": "string", "slug": "string", "vendor": "string", "website": "http://example.com" } ], "next_cursor": "string"}