User

Update user profile api

PUT URL: https://api.metaspace.place/api/user/profile

Query Parameters

Name
Type
Description

*

String

Scene Id

Request Body

Name
Type
Description

userId*

String

profile*

Dictionary

{

name,

email,

photoUrl,

web3 ( true/false )

avatarId ( string )

}

Get user profile api

GET URL: https://api.metaspace.place/api/user/profile

Headers

Name
Type
Description

Authorization

String

Bearer ${userToken}

Last updated