Skip to main content

Get a single SMS log

GET 

https://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

SMS log fetched successfully

Schema
    objectobject

Authorization: apiToken

name: apiTokentype: apiKeyin: headerdescription: Project API key. Get yours from the Malipopay dashboard under Settings → API Keys.
curl -L 'https://core-prod.malipopay.co.tz/api/v1/sms/:id' \
-H 'Accept: application/json' \
-H 'apiToken: <apiToken>'
Request
Base URL
https://core-prod.malipopay.co.tz
Auth
Parameters
— pathrequired
Response

Click the Send API Request button above and see the response here!