Secure
OAuth 2.0 and API key authentication
Fast
Low latency responses from African servers
RESTful
Clean, predictable JSON API
Documented
Comprehensive guides and examples
Quick Start
Example Request
curl -X GET "https://api.saidalink.tech/v1/customers" -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json"
API Endpoints
GET
/v1/customers
List all customers
POST
/v1/customers
Create a customer
GET
/v1/customers/:id
Get customer details
PUT
/v1/customers/:id
Update a customer
GET
/v1/invoices
List all invoices
POST
/v1/payments/mpesa
Initiate M-Pesa payment
GET
/v1/services
List services
POST
/v1/tickets
Create support ticket
Full API documentation coming soon. Contact us for early access.