Documentation
Coming soonConcepts, integration guides and implementation notes.
With PWEZA APIs, developers can embed communication directly into websites, mobile applications, enterprise systems and digital platforms.
API overview
Authenticate with an API key, send a JSON request, receive a structured response, and subscribe to webhooks for anything asynchronous. The same pattern applies across services.
const response = await pweza.sms.send({
to: "+255700000000",
message: "Your verification code is 483921"
});Illustrative example. Interfaces shown are for demonstration and may change.
Resources
Reference material is being published progressively. Sections marked as coming soon are in preparation — contact us for early access details.
Concepts, integration guides and implementation notes.
Endpoints, parameters, responses and error codes.
Client library concepts for common languages.
Delivery events and inbound message callbacks.
A safe environment to test integrations end to end.
Environment-scoped credentials issued per account.
Connectivity
Choose the integration model that fits the workload. Application teams typically use REST and webhooks; high-volume senders bind over SMPP.
Published pricing is being finalised. Rates depend on service, volume and market, so we share a quote based on what you plan to send.
Connect your applications to communication infrastructure designed for modern digital experiences.