---
name: api-isendpro
description: "API iSendPro API skill. Use when working with API iSendPro for campagne, comptage, credit. Covers 14 endpoints."
version: 1.0.0
generator: lapsh
---

# API iSendPro
API version: 1.1.1

## Auth
No authentication required.

## Base URL
https://apirest.isendpro.com/cgi-bin

## Setup
1. No auth setup needed
2. Verify API access with a test request
3. POST /campagne -- create first campagne

## Endpoints
14 endpoints across 12 groups. See references/api-spec.lap for full details.

### Campagne
| Method | Path | Description |
|--------|------|-------------|
| POST | /campagne | Retourne les SMS envoyés sur une période donnée |

### Comptage
| Method | Path | Description |
|--------|------|-------------|
| POST | /comptage | Compter le nombre de caractère |

### Credit
| Method | Path | Description |
|--------|------|-------------|
| POST | /credit | Interrogation credit |

### Hlr
| Method | Path | Description |
|--------|------|-------------|
| POST | /hlr | Vérifier la validité d'un numéro |

### Repertoire
| Method | Path | Description |
|--------|------|-------------|
| POST | /repertoire | Gestion repertoire (creation) |
| PUT | /repertoire | Gestion repertoire (modification) |

### Getlistenoire
| Method | Path | Description |
|--------|------|-------------|
| POST | /getlistenoire | Retourne le liste noire |

### Setlistenoire
| Method | Path | Description |
|--------|------|-------------|
| POST | /setlistenoire | Ajoute un numero en liste noire |

### Dellistenoire
| Method | Path | Description |
|--------|------|-------------|
| POST | /dellistenoire | Ajoute un numero en liste noire |

### Shortlink
| Method | Path | Description |
|--------|------|-------------|
| POST | /shortlink | add a shortlink |

### Subaccount
| Method | Path | Description |
|--------|------|-------------|
| POST | /subaccount | Ajoute un sous compte |
| PUT | /subaccount | Edit a subaccount |

### Sms
| Method | Path | Description |
|--------|------|-------------|
| POST | /sms | Envoyer un sms |

### Smsmulti
| Method | Path | Description |
|--------|------|-------------|
| POST | /smsmulti | Envoyer des SMS |

## Common Questions
Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "Create a campagne?" -> POST /campagne
- "Create a comptage?" -> POST /comptage
- "Create a credit?" -> POST /credit
- "Create a hlr?" -> POST /hlr
- "Create a repertoire?" -> POST /repertoire
- "Create a getlistenoire?" -> POST /getlistenoire
- "Create a setlistenoire?" -> POST /setlistenoire
- "Create a dellistenoire?" -> POST /dellistenoire
- "Create a shortlink?" -> POST /shortlink
- "Create a subaccount?" -> POST /subaccount
- "Create a sm?" -> POST /sms
- "Create a smsmulti?" -> POST /smsmulti

## Response Tips
- Check response schemas in references/api-spec.lap for field details
- Create/update endpoints return the modified resource on success
- Error responses include status codes and descriptions in the spec

## References
- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

> Generated from the official API spec by [LAP](https://lap.sh)
