Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.enterprise.sandbox.uphold.com/widgets/kyc/sessions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "flow": "verify", "processes": [ "identity", "proof-of-address" ] } '
201
Verify Session Created
{ "session": { "flow": "verify", "data": { "processes": [ "identity", "proof-of-address" ] }, "token": "GEbRxBN...edjnXbL", "url": "https://kyc.enterprise.uphold.com/" } }
Create a new session for the KYC Widget.
OAuth 2.0
The flow of the KYC widget session.
verify
The KYC processes to include in the session. Defaults to all widget-supported processes with the 'uphold-verified' model.
1
identity
proof-of-address
Session created.
Show child attributes
Was this page helpful?