Get Eye

Get eye

GET {endpoint}/api/v1/eye

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": "d27eaacc-f2f7-4f5c-ac0c-dd58f4fdf583",
			"name": "Eye_002_Abd",
			"texture_path": "/bv/characters/body/Eye/Eye_002_Abd.jpg",
			"thumbnail": "/bv/characters/thumbnail/Eye/Eye_002_Abd.png",
			"status": 1,
			"created_at": "2022-02-10 12:57:55+0700",
			"created_at_unix": 1644472675,
			"updated_at": "2022-02-10 12:57:55+0700",
			"updated_at_unix": 1644472675,
			"Items": {
				"id": "31",
				"uuid": "1746b2be-15e7-4417-bbdd-2e4833dc912b",
				"item_summary_uuid": "5f8ec1d5-4149-4371-a33d-0418accc32af",
				"ref_uuid": "d27eaacc-f2f7-4f5c-ac0c-dd58f4fdf583",
				"item_type_uuid": "21eeed0a-dd9b-48ea-81c8-1ef934946329",
				"expire_at": null,
				"status": 1,
				"created_at": "2022-08-17T17:34:13.920Z",
				"updated_at": "2022-08-17T17:34:13.920Z",
				"staus_verify": 1
			}
		}
	]
}

Last updated

Was this helpful?