Update account
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>", "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?