Isendpro
Connector for the isendpro API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://apirest.isendpro.com/cgi-bin - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getcampagne— GET /campagne — Retourne les SMS envoyés sur une période donnéegetcredit— GET /credit — Interrogation creditcomptage— POST /comptage — Compter le nombre de caractèredellistenoire— POST /dellistenoire — Ajoute un numero en liste noiregetlistenoire— POST /getlistenoire — Retourne le liste noiregethlr— POST /hlr — Vérifier la validité d'un numéro
Inputs
apiKey— your isendpro API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getcampagne
apiKey: <your key>