Get an access token
Authentication
Obtain Access Token
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 asAuthorization: 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.
POST
Get an access token
Last modified on May 6, 2026