Generate access_token
POST
/v1/oauth2/token
paypalv1.1
.请求参数
Body 参数application/x-www-form-urlencoded
grant_type
string
必需
示例值:
client_credentials
ignoreCache
string
必需
示例值:
true
return_authn_schemes
string
必需
authzcode
authorization code, which indicates that the user is already authenticated.示例值:
true
return_client_metadata
string
必需
示例值:
true
return_unconsented_scopes
string
必需
client_credentials
.示例值:
true
示例代码
返回响应
修改于 2023-08-16 07:18:59