Skip to main content
Particle Network also provides a small set of server APIs for backend integrations.
These endpoints are useful when you need to look up user details or verify whether a wallet belongs to a user in your project.
  • Retrieve user information by UUID and token
  • Retrieve user information by identity
  • Check whether an address belongs to a user in your project
These endpoints are intended for server-side usage and require your project server key.
This section gives you a quick overview of the currently available server endpoints, along with examples and an interactive playground for testing.

getUserInfo

Retrieve a registered user’s information using their UUID and token.

getUserInfoByIdentity

Retrieve a registered user’s information using a supported identity value.

isProjectUser

Check whether a wallet address belongs to a user associated with your project.