cURL
curl --request POST \ --url 'https://share-ddn.formless.xyz/v1#identity_get_by_email_address' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": "1", "method": "identity_get_by_email_address", "params": { "email_address": "[email protected]" } } '
{ "jsonrpc": "2.0", "id": "<string>", "result": { "success": true, "user_unique_id": "<string>", "email_address": "[email protected]", "display_name": "<string>", "verified_identity": true, "financial_accounts": [ {} ], "verifications": [ {} ] } }
Retrieve user identity information by email address
identity_get_by_email_address
JWT token with Unique ID identification
2.0
Show child attributes
Successful response
Indicates if the request was successful
true
false
The Unique ID of the user
The user's email address
The user's display name
Whether the user's identity has been verified
Array of the user's linked financial accounts
Array of verification records for the user