Account Balance
Check Account Balance
Retrieve the current account balance for sending messages.
Endpoint:
GET /account/balanceDescription: Checks the current balance of your Celenity Messaging API account.
Request Example:
GET /account/balance HTTP/1.1
Authorization: Bearer {ACCOUNT_ID:ACCESS_TOKEN}Response:
{
"balance": 100.50,
"currency": "GHS"
}
Last updated