ZAPPYPAG
  1. account
ZAPPYPAG
  • Identity and Access Management
    • auth
      • Login
      • Logout
      • RefreshToken
    • bff
      • Session
    • Info
      GET
    • Health
      GET
  • Banking as a Service
    • account
      • keys
        • CreatePixKey
        • GetPixKeys
        • GetPixKey
        • CancelPixKey
        • GetPixKeyInfo
      • pix
        • GeneratePixQRCode
        • GetPixQRCode
        • GetPixInTransactions
        • GetPixInRefunds
        • GetPixRefund
        • GenerateRefundPixIn
        • CancelPixQRCode
      • withdraw
        • BankAccountWithdraw
        • PixAccountWithdraw
        • GetAccountWithdraw
        • CancelAccountWithdraw
        • GetAccountWithdraws
      • balance
        • GetAcountBalance
        • GetAccountTransactions
      • report
        • GetAccountReport
    • Info
      GET
    • Health
      GET
    • ErrorCodes
      GET
  • Back Office
    • account
      • GetAccounts
        GET
      • GetAccount
        GET
      • GetBalance
        GET
      • GetPixKeys
        GET
      • GetWebhooks
        GET
    • Info
      GET
    • Health
      GET
  1. account

GetWebhooks

Developing
GET
https://stg.ws.zappy.com.br/bff/v1/account/{id}/webhooks

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Path Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://stg.ws.zappy.com.br/bff/v1/account//webhooks' \
--header 'Authorization: Basic <encoded-value>'
Response Response Example
{}
Modified at 2025-10-28 19:47:38
Previous
GetPixKeys
Next
Info
Built with