Api-Key: ********************{
"text": "test text",
"line_number": "2191307530",
"recipients": [
"09391155747"
], // array of recipient phone numbers
"number_format": "english",
"schedule": "2026-05-23 12:58:00" // nullable(chosen time to send)
}curl --location 'https://api.iranpayamak.com/ws/v1/sms/simple' \
--header 'Accept: application/json' \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"text": "test text",
"line_number": "2191307530",
"recipients": [
"09391155747"
], // array of recipient phone numbers
"number_format": "english",
"schedule": "2026-05-23 12:58:00" // nullable(chosen time to send)
}'{
"status": "success",
"data": 0,
"messages": "string"
}