cURL
curl --request POST \ --url https://production.deepvue.tech/v2/financial-services/credit-bureau/equifax/credit-report/sdk/session \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>' \ --data ' { "redirect_uri": "<string>", "mobile_number": "<string>", "full_name": "<string>", "enrich": false } '
{ "code": 201, "timestamp": 1751922499674, "transaction_id": "a73af0b7accc4c3fbaa3dd2dc2cab550", "sub_code": "SUCCESS", "message": "SDK session created successfully.", "data": { "redirect_url": "https://sdk.deepvue.ai/v1/credit-report/equifax?session_id=bee5325d10124a18a322ca268542aa06&signature=ddfc046359adca4e8d31cbce13597b1307f7c61923da3b4ee78f60e6f9524123&redirect_uri=https://deepvue.tech" } }
This API is used to initiate a session. This API generates a transaction_id on the UI which will be used in the next API flow.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Defines the body for the session initiation request.
1 - 2083
Successful Response