Get all SMS logs (new API)
GEThttps://core-prod.malipopay.co.tz/api/v1/sms/
Fetch all SMS logs for the authenticated project
Request
Responses
- 200
- 500
SMS logs fetched successfully
- application/json
- Schema
- Example (auto)
Schema
objectobject
{}
Internal server error
- application/json
- Schema
- Example (auto)
Schema
objectobject
{}
Authorization: apiToken
name: apiTokentype: apiKeyin: headerdescription: Project API key. Get yours from the Malipopay dashboard under Settings → API Keys.
- curl
- python
- nodejs
- php
- java
- go
- CURL
curl -L 'https://core-prod.malipopay.co.tz/api/v1/sms/' \
-H 'Accept: application/json' \
-H 'apiToken: <apiToken>'
Response