/
PA
pazy
/
pazy API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 10h ago · Updated 3w ago
Details
Filter operations
benefit
2
contract
6
contracts
1
gocardless
3
hubspot
6
integrations
1
pack
2
payment
2
plan
3
preference
2
rest-auth
12
post
/rest-auth/login/
get
Calls Django logout method and delete the Token object assigned to the current User object.
post
Calls Django logout method and delete the Token object assigned to the current User object.
post
Calls Django Auth SetPasswordForm save method.
post
Calls Django Auth PasswordResetForm save method.
post
Password reset e-mail link is confirmed, therefore this resets the user's password.
post
Registers a new user.
post
Resends another email to an unverified email.
post
Verifies the email associated with the provided key.
get
Reads and updates UserModel fields Accepts GET, PUT, PATCH methods.
put
Reads and updates UserModel fields Accepts GET, PUT, PATCH methods.
patch
Reads and updates UserModel fields Accepts GET, PUT, PATCH methods.
service
2
users
3
wannme
1
rest-auth
Verifies the email associated with the provided key.
Accepts the following POST parameter: key.
post
/rest-auth/registration/verify-email/
Request body
VerifyEmail
required
key
string
required
Response
Created
VerifyEmail
required
key
string
required
Changes