/
AR
artalkjs
/
Artalk API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
Auth
10
post
Login by email
post
Register by email
post
Send verify email
get
Check data merge
post
Apply data merge
post
Exchange an external IdP access token for an Artalk JWT
get
Get User Info
post
Update user profile
post
Get Access Token
get
Get Login Status
Cache
2
Captcha
3
Comment
5
Notify
3
Page
7
Site
4
Statistic
1
System
8
Transfer
3
Upload
1
User
4
Vote
3
Auth
Get Login Status
Get user login status by header Authorization
get
/user/status
Query parameters
email
string
The user email
name
string
The username
Response
OK
HandlerResponseUserStatus
required
is_admin
boolean
required
is_login
boolean
required
Changes