FlamPix Gateway API
  1. Raiz
FlamPix Gateway API
  • 📜 API Overview
  • Docs
    • 🔑 Authentication & HMAC Signing
    • 🪝 Webhook
    • 🧵 Deposit Status Strings
    • 🚦 API Limits
  • Raiz
    • Create Deposit
      POST
    • Get Deposit Status
      GET
    • Get User Info
      GET
    • Health Check
      GET
    • Transaction Status Update
  • Esquemas
    • Customer
    • DepositRequest
    • DepositResponse
    • UserInfoResponse
    • WebhookPayload
  1. Raiz

Health Check

GET
/ping
Verify API operational status.

Requisição

Authorization
or
Parâmetros Header

Respostas

🟢200
application/json
API is operational.
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/ping' \
--header 'X-FlamPix-Key;' \
--header 'X-FlamPix-Key;' \
--header 'X-FlamPix-Timestamp;' \
--header 'X-FlamPix-Timestamp;' \
--header 'X-FlamPix-Signature;' \
--header 'X-FlamPix-Signature;'
Response Response Example
{
    "status": "ok",
    "timestamp": "2019-08-24T14:15:22Z"
}
Modificado em 2025-12-22 21:14:25
Página anterior
Get User Info
Próxima página
Transaction Status Update
Built with