SMS Partner
Introduction to the SMS Partner API
Required Parameters
Name
Description
Optional Parameters
Name
Description
https://api.smspartner.fr/v1/me?apiKey=YOUR_API_KEY&_format=jsonResponse Format and Content-Type
POST /v1/send HTTP/1.1
Host: api.smspartner.fr
Content-Type: application/json
{
"apiKey": "API_KEY",
"phoneNumbers": "+33600000000",
"message": "Hello world"
}Requests
Download a PHP Example
Last updated