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
Documentation IndexFetch the complete documentation index at: https://docs.immutable.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.immutable.com/llms.txt
Use this file to discover all available pages before exploring further.
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?