API Reference

Authentication

Securely manage user signup, login, and account recovery on Pandascrow.

πŸ” Authentication

Pandascrow uses a secure authentication system to manage users, allowing them to sign up, log in, verify their accounts, and recover passwords.

Whether you're building with our API or using our dashboard, authentication is the first step to getting access to your organization's resources like wallets, transactions, customers, and more.

🧩 What Auth Covers

Here's what our authentication endpoints allow you (and your users) to do:

  • Sign Up – Create a new Pandascrow account
  • Login – Log into an existing account and receive an access token
  • Email Verification – Confirm ownership of an email address using a code or link
  • Forgot Password – Request a password reset link if the user forgets their password
  • Reset Password – Reset password securely using a token

πŸ” Tokens & Sessions

All successful login requests return an authentication token (usually a JWT or session-based token, depending on your implementation).