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 / Managing API Keys
Back to API & SDK

Managing API Keys

Create, rotate, and revoke API keys for programmatic access.

Create an API key

  1. Go to Settings > API Keys.
  2. Click Generate key.
  3. Give it a name (e.g. "Production", "CI/CD").
  4. Copy the key — it starts with sp_ and is shown only once.

Security

  • API keys are stored as SHA-256 hashes — we cannot retrieve your key after creation.
  • If a key is compromised, revoke it immediately and create a new one.
  • Use separate keys for production and development.

Usage

Include the key in the Authorization header:

curl -H "Authorization: Bearer sp_your_key" \
  https://shippulse.dev/api/v1/testimonials

Rate limits

API calls are rate-limited per key. See Rate Limiting for details.

Next steps

  • REST API Overview
  • JavaScript SDK

Related articles

REST API Overview →SDKs & CLI →

Was this helpful?

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

Contact support