The v1 URL-encoded API is available atDocumentation Index
Fetch the complete documentation index at: https://developers.vfbulk.ie/llms.txt
Use this file to discover all available pages before exploring further.
http://bulktext.vodafone.ie/HTTP_API/V1 and uses basic credential authentication. You pass your username, password, and API ID directly in the form body.
Available legacy APIs
URL-Encoded API (v1)
Send SMS via
application/x-www-form-urlencoded. This is the legacy API covered by the current Vodafone OpenAPI spec.Key differences vs v2
| Feature | v1 (Legacy) | v2 (Current) |
|---|---|---|
| Auth | Credentials in body | OAuth 2.0 JWT |
| Bulk send | Single recipient | Multiple recipients |
| Scheduling | Unix timestamp | ISO 8601 datetime |
| Campaign tracking | NotifyId only | campaignName + notifyId |
| Response format | Plain text status code and message | Structured JSON |