Get User Profile By FID

Get user profile by fid

GET {enpoint}/api/v1/userprofile/:fid

Headers

Name
Type
Description

x-api-key*

String

Generated by Service

token*

String

Get from API login

{
	"code": 0,
	"msg": "success",
	"data": {
		"fid": "wnTAXkCnMAdAfpznmsxMmDH7qlH3",
		"uuid": "e8b07814-d229-4ef6-a3fa-2679d20a0201",
		"name": "CT",
		"nickname": null,
		"profile_image": null,
		"connection_status": "offline",
		"current_verse_location": null,
		"login_at": null,
		"logout_at": null,
		"change_name_at": null,
		"avatar_created": 1,
		"created_at": "2022-12-14 15:15:21+0700",
		"created_at_unix": 1671005721,
		"updated_at": "2022-12-15 16:10:31+0700",
		"updated_at_unix": 1671095431,
		"status": 1
	}
}

Last updated

Was this helpful?