Get a JWT access token for secure Vodafone Bulk Text API requests.
Token Endpoint: https://auth.vodafone.com/token
Grant Type: password
Content-Type: application/x-www-form-urlencoded
Request Body:
grant_type=password
username=your_username
password=your_strong_password
client_id=ismstoken
A successful response includes:
access_token - Pass this as Authorization: Bearer {token}.expires_in - Token lifetime in seconds.refresh_token - Use this to request a new access token.scope, session_state, and related token details.Keep credentials and tokens secure. Do not expose them in browser code, logs, analytics tools, or customer-facing content.
Documentation Index
Fetch the complete documentation index at: https://developers.vfbulk.ie/llms.txt
Use this file to discover all available pages before exploring further.