/
/pazy API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 6h ago · Updated 3w ago
benefit2
contract6
contracts1
gocardless3
hubspot6
integrations1
pack2
payment2
plan3
preference2
rest-auth12
  • post/rest-auth/login/
  • getCalls Django logout method and delete the Token object assigned to the current User object.
  • postCalls Django logout method and delete the Token object assigned to the current User object.
  • postCalls Django Auth SetPasswordForm save method.
  • postCalls Django Auth PasswordResetForm save method.
  • postPassword reset e-mail link is confirmed, therefore this resets the user's password.
  • postRegisters a new user.
  • postResends another email to an unverified email.
  • postVerifies the email associated with the provided key.
  • getReads and updates UserModel fields Accepts GET, PUT, PATCH methods.
  • putReads and updates UserModel fields Accepts GET, PUT, PATCH methods.
  • patchReads and updates UserModel fields Accepts GET, PUT, PATCH methods.
service2
users3
wannme1
    rest-auth

    Calls Django logout method and delete the Token object assigned to the current User object.

    Accepts/Returns nothing.

    post/rest-auth/logout/

    Response

    Created

    Changes