Skip to main content
POST
Fetch User

Authorizations

Authorization
string
header
required

A JWT Access Token obtained from Google Cloud.

Body

application/json

This POST endpoint allows querying a user by email, id, or referenceId. Use only one field per request. If multiple fields are provided, the priority is email, followed by referenceId, and then id.

id
string<uuid>
email
string<email>
referenceId
string

Response

A successful response includes the user details and their wallets. Each wallet has a public address and a custody type, which can be custodial or non-custodial, depending on user control.

id
string<uuid>
required
isActivated
boolean
required
activatedOn
string<date-time> | null
required
wallets
object[]
required
firstName
string | null
lastName
string | null
email
string<email>
referenceId
string | null

An optional ID of the reference object in your database. This can be used to query events by reference object.