authentication (api)

bearer token authentication.

protected endpoints require:

authorization: bearer <privy_token>

notes

  • missing/invalid tokens return 401

  • keep tokens out of logs

circle-exclamation

Last updated