For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
StatusDashboard
  • Getting Started
    • Introduction
    • Authentication
    • Rate Limits
    • Error Handling
  • Guides
    • Cash-In (Receiving Payments)
    • Cash-Out (Sending Payments)
    • PIX Keys Management
    • Webhooks Integration
    • MED (Special Returns)
  • API Reference
      • GETHealth Check
      • GETReadiness Check
LogoLogo
StatusDashboard
API ReferenceService Health

Readiness Check

GET
https://api.brzip.com.br/ready
GET
/ready
$curl https://api.brzip.com.br/ready
200Retrieved
1{
2 "status": "ready",
3 "service": "brz-api"
4}

Checks if the service is ready to accept requests. Returns HTTP 200 when ready.

Response: {"status":"ready","service":"brz-api"}

Was this page helpful?
Previous

List PIX Keys

Next
Built with

Response

Service is ready
statusstring
servicestring