Mock sample for your project: API iSendPro

Integrate with "API iSendPro" from isendpro.com in no time with Mockoon's ready to use mock sample

API iSendPro

isendpro.com

Version: 1.1.1


Use this API in your project

Start working with "API iSendPro" right away by using this ready-to-use mock sample. API mocking can greatly speed up your application development by removing all the tedious tasks or issues: API key provisioning, account creation, unplanned downtime, etc.
It also helps reduce your dependency on third-party APIs and improves your integration tests' quality and reliability by accounting for random failures, slow response time, etc.

Description

[1] Liste des fonctionnalités :
envoi de SMS Ă  un ou plusieurs destinataires,
lookup HLR,
récupération des récapitulatifs de campagne,
gestion des répertoires,
ajout en liste noire.
comptage du nombre de caractères des SMS
[2] Pour utiliser cette API vous devez:
Créer un compte iSendPro sur https://isendpro.com/
Créditer votre compte
Remarque: obtention d'un crédit de test possible sous conditions
Noter votre clé de compte (keyid)
Elle vous sera indispensable Ă  l'utilisation de l'API
Vous pouvez la trouver dans le rubrique mon "compte", sous-rubrique "mon API"
Configurer le contrĂ´le IP
Le contrĂ´le IP est configurable dans le rubrique mon "compte", sous-rubrique "mon API"
Il s'agit d'un système de liste blanche, vous devez entrer les IP utilisées pour appeler l'API
Vous pouvez également désactiver totalement le contrôle IP

Other APIs in the same category

Twilio - Media

This is the public Twilio REST API.

Twilio - Ip_messaging

This is the public Twilio REST API.

Twilio - Flex

This is the public Twilio REST API.

Slack Web API

One way to interact with the Slack platform is its HTTP RPC-based Web API, a collection of methods requiring OAuth 2.0-based user, bot, or workspace tokens blessed with related OAuth scopes.

Twilio - Autopilot

This is the public Twilio REST API.

Twilio - Numbers

This is the public Twilio REST API.

Twilio - Lookups

This is the public Twilio REST API.

Twilio - Trusthub

This is the public Twilio REST API.

WhatsApp Business API

whatsapp.local
See https://developers.facebook.com/docs/whatsapp

Twilio - Ip_messaging

This is the public Twilio REST API.

Sakari

Introduction
Welcome to the documentation for the Sakari Messaging REST API.
Sakari provides an advanced platform to drive large scale customized SMS communication
REST is a web-service protocol that lends itself to rapid development by using everyday HTTP and JSON technology.
To find out more about our product offering, please visit https://sakari.io.
Quickstart
For your convenience we have created a quickstart guide to get you up and running in 5 minutes.
https://sakari.io/blog/sakari-api-quickstart
PostMan Collection
We've created a simple set of examples using PostMan Simply click below to import these. You will need to setup three environment variables in PostMan - AccountId, ClientId and ClientSecret. Check out our PostMan blog post for more information
Run in Postman
Finding your client id, client secret and account id
To authenticate against the API's you will need three key pieces of data
client id
client secret
account id
To retrieve these, simply login into https://hub.sakari.io and click on the "cog" in the top right corner. In the popup dialog at the bottom you should see your API credentials and account id. If these are not visible you will need to click on "Request Credentials"
Versioning
With any breaking changes we will introduce a new version of the API. The latest version is v1.
The API uses an open schema model, which means server may add extra properties to responses. Likewise, the server will ignore any extra query parameters and request body properties. When you write clients, you need to ignore additional properties in responses to ensure they do not break.
Testing
There are numerous tools available for testing the API's. We will include examples using curl and the client SDKs that we have created. If you would like to see an SDK in a language not currently available, please let us know.
Throttling / Limits
Our API's have been specifically designed to support bulk messaging in a single API call. We therefore impose limits on the frequency of calling the APIs to prevent abuse or runaway processes. If you feel you need a higher limit, please contact us. If you hit the limit you will get a 429 error code returned from our servers
Errors
The API uses standard HTTP status codes to indicate the success or failure of the API call. The body of the response will be JSON in the following format:
When making calls to the API, you can adjust the slice of data returned using query parameters such as:
` https://api.sakari.io/v1/accounts/123/contacts?offset=20&limit=25 `
This will return 25 contacts with an offset of 20.

Twilio - Preview

This is the public Twilio REST API.