ZAPPYPAG
  1. auth
ZAPPYPAG
  • Identity and Access Management
    • auth
      • Login
        POST
      • Logout
        POST
      • RefreshToken
        POST
    • 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. auth

RefreshToken

POST
https://stg.ws.zappy.com.br/iam/v1/auth/refresh

Request

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://stg.ws.zappy.com.br/iam/v1/auth/refresh' \
--header 'Content-Type: application/json' \
--data-raw '{
    "refresh_token": "QsQevowUXnASdoyfy1h4ClgnA7-CBbgvnOwnp5ErYKg="
}'
Response Response Example
{}
Modified at 2025-11-04 18:44:49
Previous
Logout
Next
Session
Built with