Get Hair

Get hair

GET {endpoint}/api/v1/hair

Headers

Name
Type
Description

x-api-key*

String

Generated by Service

token*

String

Get from API login

{
	"code": 0,
	"msg": "success",
	"data": [
		{
			"id": "3",
			"uuid": "2728ac77-c031-43b4-8fb8-a8c4927c1736",
			"name": "Hair_002",
			"model_path": "/bv/characters/body/Hair/Hair_002.glb",
			"thumbnail": "/bv/characters/thumbnail/Hair/Hair_002.png",
			"status": 1,
			"created_at": "2022-02-10 13:22:35+0700",
			"created_at_unix": 1644474155,
			"updated_at": "2022-02-10 13:22:35+0700",
			"updated_at_unix": 1644474155,
			"Items": {
				"id": "43",
				"uuid": "c46bf8e1-4049-4ce3-8201-93340ac0dba0",
				"item_summary_uuid": "a78144a1-f086-479c-8aa2-d0cf7585e208",
				"ref_uuid": "2728ac77-c031-43b4-8fb8-a8c4927c1736",
				"item_type_uuid": "bcbcc2f4-cc81-4268-9410-16a9add04009",
				"expire_at": null,
				"status": 1,
				"created_at": "2022-08-17T17:35:00.708Z",
				"updated_at": "2022-08-17T17:35:00.708Z",
				"staus_verify": 1
			}
		}
	]
}

Last updated

Was this helpful?