Authentication
5 endpoints available
Quick Start
curl -X GET "https://api.securescan.io/v1/projects" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Endpoints
POST
/api/auth/loginAuthenticate user and get tokens
POST
/api/auth/registerRegister a new user account
POST
/api/auth/refreshRefresh access token
POST
/api/auth/logoutInvalidate current session
GET
/api/auth/meGet current user info
Base URL
https://api.securescan.io/v1