Skip to main content
GET
Get all info for a Passport user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Passport user's info

sub
string
required

The user's id

linked_addresses
string[]
required

The user's list of linked addresses

The user's linked address

Maximum string length: 42
Pattern: ^0x[0-9a-fA-F]*$
email
string

The user's email address

passport_address
string

The user's Passport address if it has been registered

Maximum string length: 42
Pattern: ^0x[0-9a-fA-F]*$