LogoLogo
Dev Portal
v1
v1
  • REST API
  • Overview
  • API REFERENCE
    • API Requests
    • Payments
    • Boletos
    • PicPay
    • Credit Card
    • Payouts
      • Payouts (Brazil)
      • Payouts (Colombia)
    • Transactions
    • Checkout
      • Checkout (Brazil)
      • Checkout (Colombia)
    • Wallet
    • Webhooks
      • Webhooks (Notification)
      • Webhooks (Signature)
      • Webhooks (Get Secret)
  • GUIDES
    • How to get the token
    • Our Status and Flow
    • Tests to validate your integration
Powered by GitBook
On this page
  1. API REFERENCE
  2. Webhooks

Webhooks (Get Secret)

Get the secret to use in Webhook Signature.


GET /v1/webhook/secret

Request

curl -v --location --request GET 'https://sandbox.smartfastpay.com/v1/webhook/secret' \
    --header 'Content-Type: application/json' \
    --header 'Authorization: Bearer <Access-Token>' \'

Response

{
    "requestId": "4602ded8-9377-44a5-b29a-1fa9ea788dd2",
    "data": {
        "secret": "b52473b92-122c-4322-ad3b-0c9e6c378e54"
    }
}

Response details

Parameter
Description

secret

Secret to use in Webhook Signature.

Last updated 8 months ago