plaid
Retrieve user identity and information.
Retrieve user identity and information using a Plaid generated user ID. This endpoint returns user details including the most recent Identity object that was added to the given User.
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"
}
]
}
}