CRUD endpoints for testimonials, changelog, feedback, status, and more.
https://shippulse.dev/api/v1
All endpoints require a Bearer token:
Authorization: Bearer sp_your_key
| Resource | Endpoints |
|---|---|
| Testimonials | GET/POST/PATCH/DELETE /testimonials |
| Changelog | GET/POST/PATCH/DELETE /changelog |
| Feedback | GET/POST /feedback/posts, POST /feedback/votes |
| Status | GET/POST /status/monitors, GET/POST /status/incidents |
| Roadmap | GET /roadmap/items |
| NPS | GET/POST /nps/surveys, GET /nps/responses |
| Projects | GET /projects |
{
"data": [...],
"pagination": { "page": 1, "per_page": 25, "total": 100 }
}
Errors return:
{ "error": "Human-readable error message" }
For the complete reference, see the API Documentation.
Was this helpful?
If you have more questions, email us at [email protected]