ZAPPYPAG
  1. Back Office
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
      • GetAccount
      • GetBalance
      • GetPixKeys
      • GetWebhooks
    • Info
      GET
    • Health
      GET
  1. Back Office

Info

GET
https://stg.ws.zappy.com.br/bff/v1

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 *****************
Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://stg.ws.zappy.com.br/bff/v1' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{}
Modified at 2025-10-28 19:23:45
Previous
GetWebhooks
Next
Health
Built with