Overview
Additional Information
Overview
Additional Information
Overview
Additional Information
Overview
Additional Information
Overview
Additional Information
POSTGet Access Token Using JWT Bearer
Exchanges a signed JWT for an OAuth 2.0 access token.
The /oauth2/v2/token/{plmnId} represents a 5-digit Public Land Mobile Network Identity (PLMN ID) (e.g., 12345 for testing).
A PLMN ID consists of:
- MCC (Mobile Country Code) – 3 digits
- MNC (Mobile Network Code) – 2–3 digits
Together, MCC and MNC uniquely identify a mobile network operator and enable network selection and roaming.
Parameters:
- x-correlator
(header)
Correlation id for the different services
Type: string
Example: b4333c46-49c0-4f62-80d7-f0ef930f1c46
- plmnId
required*
(path)
5-digit Public Land Mobile Network Identity (PLMN ID) (e.g., 12345 for testing)
Type: string
Example: 12345
Request:
Request Body
grant_type required*
OAuth2 JWT Bearer grant type
assertion required*
Responses:
OK
Media type: application/json
Examples:
OK
{
"token_type": "Bearer",
"access_token": "43W9uMMOmGzwz8PMllON15hUPYFz",
"expires_in": 299,
"scope": "dpv:FraudPreventionAndDetection number-verification:device-phone-number:read number-verification:verify"
}Sandbox
Server
https://api-sandbox.vf-dmp.engineering.vodafone.com
No request body required for this operation