For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Get a demo
  • Introduction
    • Welcome
    • SDK
  • API Principles
    • Design Principles
    • Endpoint Availability
    • Versioning & Releases
    • Breaking Changes
    • Conventions
  • Developer API
  • Marketplace API
  • Platform API
      • GETGet Signing Secret
      • POSTRegenerate Signing Secret
      • GETGet Customer Config
      • PATCHUpdate Customer Config
Get a demo
LogoLogo
Platform APISettings

Get Signing Secret

Beta
GET
/platform/settings/v1/signing-secret
GET
/platform/settings/v1/signing-secret
$curl https://api.upshift.dev/platform/settings/v1/signing-secret \
> -H "Authorization: Bearer <token>"
200Retrieved
1"string"
Was this page helpful?
Previous

Regenerate Signing Secret

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

This endpoint returns a string.