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.useduro.com/identity/verify \ --header 'Content-Type: application/json' \ --data ' { "phone": "<string>", "code": "123456" } '
{ "token": "<string>", "identity": {} }
"123456"
Token + identity
Was this page helpful?