Ana içeriğe geç

iletiMerkezi API Documentation

The iletiMerkezi REST API is an HTTP/JSON interface over the company's Turkey-focused SMS infrastructure. A single API key handles SMS sending, delivery reports, balance queries, sender ID management, blacklist operations, and inbound SMS reading.

Quick start: Authentication > Get balance > Send SMS

Endpoint list

EndpointMethod + PathPurpose
authenticationconceptAPI Key + Hash, panel prerequisite, 401 troubleshooting
send-smsPOST /v1/send-sms/jsonSend SMS to one or many numbers
cancel-orderPOST /v1/cancel-order/jsonCancel a future-scheduled order
get-reportPOST /v1/get-report/jsonSingle-order delivery report (per-recipient detail)
get-reportsPOST /v1/get-reports/jsonOrder summary list within a date range
get-balancePOST /v1/get-balance/jsonAccount balance and credits
get-senderPOST /v1/get-sender/jsonApproved sender ID list
get-blacklistPOST /v1/get-blacklist/jsonBlocked numbers list
add-blacklistPOST /v1/add-blacklist/jsonAdd a number to the blacklist
delete-blacklistPOST /v1/delete-blacklist/jsonRemove a number from the blacklist
iys-registerPOST /v1/consent/create/jsonİYS consent register (batch, max 5000)
iys-checkPOST /v1/consent/show/jsonİYS consent query (single recipient)
webhooksconfigurationReal-time delivery report callbacks
error-codesreferenceEvery status code and Turkish message
test-modeconceptNo sandbox, safe testing patterns
overviewoverviewShared envelopes, SDK index, Turkey-specific concerns

Basics

FieldValue
Base URLhttps://api.iletimerkezi.com
Version prefix/v1
MethodAll endpoints are POST
Content-Typeapplication/json
AuthAPI Key + Hash, in body (request.authentication)
Server message languageResponse messages are always in Turkish

For the detailed overview, SDK list, and Turkey-specific concerns: API overview.

Related

Last updated: 2026-04-29 · Türkçe