Get Skin

ssss

Get skin

GET {endpoint}/api/v1/skin

Headers

Name
Type
Description

x-api-key*

String

Generated by Service

token*

String

Get from API login

{
	"code": 0,
	"msg": "success",
	"data": [
		{
			"id": "4",
			"uuid": "0013b121-1ecc-4c5b-818c-f4efc9abec32",
			"name": "Skin_001",
			"texture_path": "/bv/characters/body/Skin/Body_001_t001_BaseColor_LOD0.jpg",
			"color": "EEC2A9",
			"status": 1,
			"created_at": "2022-02-10 13:27:43+0700",
			"created_at_unix": 1644474463,
			"updated_at": "2022-02-10 13:27:43+0700",
			"updated_at_unix": 1644474463,
			"Items": {
				"id": "4",
				"uuid": "28af42e2-70f4-4262-8820-f660767b8edc",
				"item_summary_uuid": "0ca9880a-d809-4ecd-af62-3c509cab616c",
				"ref_uuid": "0013b121-1ecc-4c5b-818c-f4efc9abec32",
				"item_type_uuid": "2563462b-441d-4f83-9dc1-cf4cad275f99",
				"expire_at": null,
				"status": 1,
				"created_at": null,
				"updated_at": null,
				"staus_verify": 1
			}
		}
	]
}

Last updated

Was this helpful?