GET|https://sendit.africa
authentication Reference Guide
Before initializing transactional requests across our platform networks, validate that your active Bearer token keys contain correct structural configurations. Send a raw auth state probe to guarantee delivery tunnels are clear.
Payload Body Parameters
This endpoint does not accept an raw incoming body request matrix. Your authentication protocol token parameters must be passed directly into your request metadata block headers.
💡
Always pass your tokens securely using continuous environment variables. Do not include raw secret key credentials strings directly inside customer-facing front-end script arrays.
Outbound Request Payload
curl -X GET "https://sendit.africa" \
-H "Authorization: Bearer YOUR_SECRET_KEY"Response Blueprint Output200 OK
{
"status": "success",
"authenticated": true,
"account_id": "acc_847294911a",
"tier": "Growth Enterprise",
"rate_limits": {
"sms_per_second": 100,
"momo_per_second": 25
}
}