Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://www.dench.com/api/v1/auth/signin-requests/{requestId}/poll \ --header 'Content-Type: application/json' \ --data ' { "codeHash": "string", "sessionTokenHash": "string" } '
{ "error": { "message": "<string>", "type": "<string>", "code": "<string>", "details": "<unknown>" } }
Poll an agent sign-in request until approval.
Successful response