Get a single SMS log
GEThttps://core-prod.malipopay.co.tz/api/v1/sms/:id
Fetch a single SMS log entry by ID
Request
Path Parameters
id stringrequired
SMS log ID
Responses
- 200
- 500
SMS log 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/:id' \
-H 'Accept: application/json' \
-H 'apiToken: <apiToken>'
Response