Authentication

Quick Reference

Method
Endpoint
Description

🟑 POST

/ping

-

🟑 POST

/update-activity

-

πŸ”΄ DELETE

/user/{email}

-

🟑 POST

/signup

-

🟑 POST

/auth/web3/pre-sign

-

🟑 POST

/auth/web3/login

-

🟑 POST

/auth/email/update

-

🟒 GET

/auth/email/verify/{code}

-

🟑 POST

/auth/phone/update

-

🟒 GET

/auth/phone/verify/{code}

-

🟑 POST

/auth/web3/connect

-

🟑 POST

/auth/web3/unlink

-

🟑 POST

/auth/kyc

-

🟑 POST

/check-user-exists

-

🟑 POST

/login

-

🟑 POST

/reset-password

-

🟑 POST

/set-password

-

🟑 POST

/generate-invite

-

🟑 POST

/subscribe

-

πŸ”΄ DELETE

/account

-


Endpoints

🟑 POST /ping

Responses

βœ… 200 - OK


🟑 POST /update-activity

Responses

βœ… 200 - OK


πŸ”΄ DELETE /user/{email}

Parameters

Name
Type
In
Required
Description

email

string

path

βœ… Yes

-

Responses

βœ… 200 - OK


🟑 POST /signup

Responses

βœ… 200 - OK


🟑 POST /auth/web3/pre-sign

Responses

βœ… 200 - OK


🟑 POST /auth/web3/login

Responses

βœ… 200 - OK


🟑 POST /auth/email/update

Responses

βœ… 200 - OK


🟒 GET /auth/email/verify/{code}

Parameters

Name
Type
In
Required
Description

code

string

path

βœ… Yes

-

Responses

βœ… 200 - OK


🟑 POST /auth/phone/update

Responses

βœ… 200 - OK


🟒 GET /auth/phone/verify/{code}

Parameters

Name
Type
In
Required
Description

code

string

path

βœ… Yes

-

Responses

βœ… 200 - OK


🟑 POST /auth/web3/connect

Responses

βœ… 200 - OK


🟑 POST /auth/web3/unlink

Responses

βœ… 200 - OK


🟑 POST /auth/kyc

Responses

βœ… 200 - OK


🟑 POST /check-user-exists

Responses

βœ… 200 - OK


🟑 POST /login

Responses

βœ… 200 - OK


🟑 POST /reset-password

Responses

βœ… 200 - OK


🟑 POST /set-password

Responses

βœ… 200 - OK


🟑 POST /generate-invite

Responses

βœ… 200 - OK


🟑 POST /subscribe

Responses

βœ… 200 - OK


πŸ”΄ DELETE /account

Responses

βœ… 200 - OK


Last updated