- Monitoring available SMS balances
- Checking workspace configuration
- Inspecting plan limits
- Reviewing country restrictions
- Understanding messaging quotas
- Building account dashboards
Endpoint
Authentication
Example Request
Example Response
Response Fields
Workspace Information
| Field | Description |
|---|---|
workspaceId | Internal workspace identifier. |
workspaceUuid | Public workspace UUID. |
name | Workspace name. |
slug | Workspace slug. |
ownerId | Internal owner identifier. |
Account Balances
| Field | Description |
|---|---|
balanceUnits | Available SMS units purchased directly. |
bundleBalanceUnits | SMS units available from bundles. |
totalAvailableUnits | Total available units across all balances. |
Billing
| Field | Description |
|---|---|
billType | Billing model used by the workspace. |
currency | Account billing currency. |
Plan Limits
| Field | Description |
|---|---|
planName | Current subscription plan. |
planMaxSenderNames | Maximum number of sender names allowed. |
campaignMaxRecipients | Maximum recipients allowed per campaign. |
Messaging Limits
| Field | Description |
|---|---|
gsm7MaxSegments | Maximum GSM-7 message segments permitted. |
ucs2MaxSegments | Maximum Unicode (UCS-2) message segments permitted. |
apiRateLimitPerSecond | Maximum API requests allowed per second. |
Workspace Status
| Field | Description |
|---|---|
workspaceStatus | Current operational status of the workspace. |
Country Restrictions
| Field | Description |
|---|---|
allowedCountries | Countries where message delivery is permitted. |
blockedCountries | Countries blocked from message delivery. |
Common Use Cases
Display Account Balance
Use this endpoint to display available SMS credits inside your application dashboard.Validate Campaign Limits
CheckcampaignMaxRecipients before creating large campaigns.
Monitor API Limits
UseapiRateLimitPerSecond to tune client-side throttling.
Enforce Country Policies
ReviewallowedCountries and blockedCountries before submitting messages.
Related Resources
SMS Messaging
Send transactional and bulk SMS messages.
Sender Names
Manage approved sender identities.