Update User Info

Update User Info

POST https://metaforo.io/api/user/update_info

Headers

Name
Type
Description

authorization*

String

API token.

api_key*

String

The API KEY that assigned to you.

Request Body

Name
Type
Description

username

String

New username.

photo_url

String

New avatar.

cover_image

String

New cover image of profile page.

email

String

New email address.

is_nft

Int

0 / 1.

{
    "status": true,
    "code": 20000,
    "description": "",
    "server": "rest",
    "data": {
        "id": 15774,
        "email": "",
        "web3_public_key": "",
        "created_at": "2022-08-02T03:59:46.000000Z",
        "updated_at": "2022-09-08T03:51:39.000000Z",
        "photo_url": "https://test-wang.metaforo.io/img/default_avatar_5.png",
        "cover_image": "https://cdn.metaforo.io/upload/20220822/cf48bb0bc0bb0ad5cd7d881b79546c93.jpg",
        "bio": "",
        "public_key": "",
        "likes": 0,
        "posts": 0,
        "activate": 1,
        "last_post_time": "2022-09-05T07:02:31.000000Z",
        "stripe_cus_id": "",
        "web3_public_keys": [
            {
                "type": 3,
                "address": "MH3R15E6QE6Cz5H9U4MT9cRr7x1PQzWXPZJvPkoPSIA"
            }
        ],
        "username": "testAR",
        "is_nft": 0
    }
}

Last updated