cURL
curl --request PATCH \ --url https://api.gateway.tech/accounts/me \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "profile_picture": "<string>", "username": "<string>" } '
{ "created_at": "<string>", "did": "<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>" } ], "profile_picture": "<string>" }
Update account
Type "Bearer" followed by a space and the JWT token.
Account data
OK
Show child attributes
Was this page helpful?