cURL
curl --request GET \ --url https://api.sandbox.immutable.com/passport-profile/v1/profile \ --header 'Authorization: Bearer <token>'
{ "username": "<string>" }
Get profile for the authenticated user’s Passport wallet
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Get profile by wallet response
Was this page helpful?