api overview
base path, authentication, and endpoint index.
authorization: bearer <privy_token>quick example
curl -s \
-H "authorization: bearer <privy_token>" \
https://your-domain.tld/api/...quick example
curl -s \\
-H "authorization: bearer <privy_token>" \\
https://your-domain.tld/api/...endpoint groups
common issues
common issues
Last updated