diametes-vote
account
계정에 대해 처리해주는 API Collections
POSTlogin
https://ceos-16-vote.ml/account/login/
로그인 API
- 가입된 email 및 password를 입력 시, access token과 refresh token을 반환
Bodyraw (json)
Example Request
로그인 성공
200 OK
Example Response
Date
Content-Type
Content-Length
Connection
Server
Vary
Allow
X-Frame-Options
X-Content-Type-Options
Referrer-Policy
Set-Cookie
Set-Cookie
POSTregister
https://ceos-16-vote.ml/account/register/
회원가입 API
Bodyraw (json)
Example Request
가입 완료
201 Created
Example Response
Date
Content-Type
Content-Length
Connection
Server
Vary
Allow
X-Frame-Options
X-Content-Type-Options
Referrer-Policy
Set-Cookie
Set-Cookie
GETauth
https://ceos-16-vote.ml/account/auth/
인가확인 API
- 해당 API를 통해 가입 후 로그인을 한 유저인지 확인
Example Request
인가 확인 완료
200 OK
Example Response
Date
Content-Type
Content-Length
Connection
Server
Vary
Allow
X-Frame-Options
X-Content-Type-Options
Referrer-Policy
GETlogout
https://ceos-16-vote.ml/account/logout/
로그아웃 API
Example Request
로그아웃 성공
200 OK
Example Response
No response body
This request doesn't return any response body
Date
Content-Length
Connection
Server
Vary
Allow
X-Frame-Options
X-Content-Type-Options
Referrer-Policy
Set-Cookie
Set-Cookie