plaid
Retrieve user identity and information
Get user details using a user_id. This endpoint only supports users that were created on the new user API flow, without a user_token. For more details, see New User APIs.
post/user/get
Headers
Plaid-New-User-API-Enabledboolean
The HTTP header used in API requests to determine which set of User APIs to invoke: the legacy CRA version or the new User API version.
Request body
Response
OK
Example response
{
"identity": {
"id_numbers": [
{
"value": "123456789",
"type": "us_ssn"
}
]
}
}