Get SMS logs with pagination
GEThttps://core-prod.malipopay.co.tz/api/v1/sms/pagination
Fetch paginated 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/pagination' \
-H 'Accept: application/json' \
-H 'apiToken: <apiToken>'
Response