ShipPulse
  • Pricing
  • Docs
  • Blog
  • Compare

Product

TestimonialsChangelogStatus PagesFeedbackRoadmapPricing

Resources

DocsBlogAPI ReferenceSDKHelp Center

Company

AboutContact

Legal

TermsPrivacyCookie PolicyDPASub-processors

Product updates

Changelog updates only. Unsubscribe any time.

ShipPulse operated by Igor Bogdanov, Limassol, Cyprus. [email protected]. Cyprus registration number pending — will be published once issued.

ShipPulse

© 2026 ShipPulse. All rights reserved.

Help Center / API & SDK / REST API Overview
Back to API & SDK

REST API Overview

CRUD endpoints for testimonials, changelog, feedback, status, and more.

Base URL

https://shippulse.dev/api/v1

Authentication

All endpoints require a Bearer token:

Authorization: Bearer sp_your_key

Resources

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

Response format

{
  "data": [...],
  "pagination": { "page": 1, "per_page": 25, "total": 100 }
}

Errors return:

{ "error": "Human-readable error message" }

For the complete reference, see the API Documentation.

Next steps

  • Managing API Keys
  • JavaScript SDK

Related articles

Managing API Keys →SDKs & CLI →

Was this helpful?

If you have more questions, email us at [email protected]

Contact support