Get my account
curl --request GET \ --url https://api.gateway.tech/accounts/me \ --header 'Authorization: <api-key>'
{ "created_at": "<string>", "did": "<string>", "profile_picture": "<string>", "storage_size": 123, "updated_at": "<string>", "username": "<string>", "username_updated_at": "<string>", "wallet_addresses": [ { "account_id": 123, "address": "<string>", "chain": "<string>", "created_at": "<string>", "id": 123, "updated_at": "<string>" } ] }
Type "Bearer" followed by a space and the JWT token.
Show child attributes
Was this page helpful?