PIN Status Explorer
Check the current PIN configuration status.
GET
/auth/pin/statusDescription
Check if PIN is configured and active for the authenticated user. No parameters required.
Parameters
Responses
1001 Response
Authentication successful - Returns PIN configuration status (configured, active, timestamps).
401 Unauthorized
Unauthorized - Valid JWT token required in Authorization header.
Test Request
https://www.swapbits.site/api
curl -X GET "https://www.swapbits.site/api/auth/pin/status" \
-H "Content-Type: application/json"