Documentation
  • Overview
    • Introduction
    • Authentication
    • Delivery Statuses
    • FAQs
      • Messages
      • Reports
      • Cost
  • Messaging
    • Send Single SMS
    • Create SMS Campaign
    • Retrieve Message Status
    • Retrieve Campaign Reports
  • Sender Names
    • Create Sender Name
    • List Sender Names
    • Update Sender Name
    • Delete Sender Name
  • Account Balance
  • Error Handling
Powered by GitBook
On this page

Account Balance

Check Account Balance

Retrieve the current account balance for sending messages.

  • Endpoint: GET /account/balance

  • Description: Checks the current balance of your Celenity Messaging API account.

Request Example:

GET /account/balance HTTP/1.1
Authorization: Bearer {API_KEY}

Response:


{
  "balance": 100.50,
  "currency": "GHS"
}
PreviousDelete Sender NameNextError Handling

Last updated 7 months ago