API access for products and ideas

by Rachel Cortez1mo ago226 views4 repliesapiintegrationfeature-request
Would be great to have a public API for accessing product listings and validated ideas. Use cases: - Building integrations with other tools - Displaying SolomonSignal data in our own dashboards - Automated submission of products from CI/CD Even a read-only API would be valuable.

2 Replies

Jamie Winstead1mo ago
Strongly agree. I would love to pull my validation scores into my own dashboard. A REST API with auth tokens would work. OpenAPI spec would be ideal.
Cecily Ewing1mo ago
GraphQL would be even better for this use case - lets each integration query exactly what it needs without multiple round trips. But honestly any API is better than no API.