Skip to content

Check login status.

GET
/api/auth/v1/status
curl --request GET \
--url https://example.com/api/auth/v1/status

Auth & refresh tokens.

Media type application/json
object
auth_token
string | null
csrf_token
string | null
refresh_token
string | null
Example generated
{
"auth_token": "example",
"csrf_token": "example",
"refresh_token": "example"
}