Returns a signed token that can be used to access the website. This will only work if you have set a website password in Settings > Security
Rate limit: Maximum 5 requests in a window of 1m.
cURL
curl --request POST \ --url https://backend.codedamn.com/api/public/request-password-enabled-website-access \ --header 'Content-Type: application/json' \ --data ' { "data": [ { "data": { "fermionSchoolId": "<string>", "password": "<string>" } } ] } '
[ { "output": { "status": "ok", "data": { "signedFermionSchoolIdToken": "<string>" } } } ]
API Request Body
Show child attributes
API Response Body