0% found this document useful (0 votes)
16 views

SMSPlus API For Get Message Templates

This document provides an API for getting message templates. It outlines the request URL and parameters, example requests and possible response codes and messages. Key information includes retrieving all templates or templates by ID, requiring an authorization token, and returning template data or error messages in JSON format. Support contact details are also listed.

Uploaded by

Elshan Quliev
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

SMSPlus API For Get Message Templates

This document provides an API for getting message templates. It outlines the request URL and parameters, example requests and possible response codes and messages. Key information includes retrieving all templates or templates by ID, requiring an authorization token, and returning template data or error messages in JSON format. Support contact details are also listed.

Uploaded by

Elshan Quliev
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Last updated date

10.02.2023

API for get message templates


Request

URL Method Header Content Type

https://smsplus.az/api/message/templates HTTP POST application/json

Parameters

Parameter name Description Type

Bearer Token You can get it in the customer personal information Authorization Bearer Token in Header

If you want all message templates, you should send


data string value "all" or you can send id of message Json Data String or Array in Body
templates in array.

Example of requests

For all message templates For message templates by number in array

{ {
"data": "all" "data": [1,2,3,4,5]
} }

Responses

Success Code Message Data Type

True 100 Get list of all message templates. Array Json

True 100 Get list of many message templates by ID Array Json

False 101 The customer`s token was not found. Null Json

False 102 Message templates not found in your account Null Json

False 102 Message template many by ID not found in your account Null Json

Contact with us

Web E-mail Phone number

www.smsplus.az [email protected] +994(50)388-66-47

You might also like