On this page
No Headings
application/json
application/json
curl -X GET "https://api.paypal.com/v1/identity/v1/identity/openidconnect/userinfo"{
"user_id": "string",
"sub": "string",
"name": "string",
"given_name": "string",
"family_name": "string",
"middle_name": "string",
"picture": "string",
"email": "string",
"email_verified": true,
"gender": "string",
"birthdate": "2019-08-24T14:15:22Z",
"zoneinfo": "string",
"locale": "string",
"phone_number": "string",
"address": {
"street_address": "string",
"locality": "string",
"region": "string",
"postal_code": "string",
"country": "string"
},
"verified_account": true,
"account_type": "PERSONAL",
"age_range": "string"
}{
"name": "string",
"debug_id": "string",
"message": "string",
"information_link": "string",
"details": [
{
"field": "string",
"issue": "string"
}
]
}