curl --request GET \
--url https://api.docksys.xyz/api/v1/verify/session/{sid} \
--header 'Authorization: Bearer <token>'{
"status": 200,
"data": {
"sid": "<string>",
"pid": "<string>",
"status": "pending",
"result": null
},
"timestamp": "2023-11-07T05:31:56Z",
"version": "<string>",
"verifyRequestsRemaining": 123,
"verifyIpRequestsRemaining": 123
}Returns instant status, or waits up to 25 seconds when the optional wait query is provided.
curl --request GET \
--url https://api.docksys.xyz/api/v1/verify/session/{sid} \
--header 'Authorization: Bearer <token>'{
"status": 200,
"data": {
"sid": "<string>",
"pid": "<string>",
"status": "pending",
"result": null
},
"timestamp": "2023-11-07T05:31:56Z",
"version": "<string>",
"verifyRequestsRemaining": 123,
"verifyIpRequestsRemaining": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.docksys.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Verification session identifier.
Optional long-poll wait time in seconds.
1 <= x <= 25