Skip to main content
GET
Get signing key
Returns the signing key for the account behind the API key you called with. The signing key is Base64-encoded and is used to verify the ReturnHelper-Signature header on incoming webhook notifications — it is not used to authenticate your API requests. The same value is shown in the Return Helper User Portal under Settings → Signing Key and API Token. Use this endpoint when you would rather read the key programmatically than copy it from the portal.
Your signing key is private. Store it securely, never expose it in client-side code, and never log it.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Response

Success

data
object