--- title: get skills Data (/user/skills) tags: user --- **URL** : /user/skills **Method** : Get --- **Header** ``` Authorization : "Bearer <Token>" ``` **Description** --- **Header** ``` ``` **Response** ``` { "meta": { "code": 200, "message": "Success!", "isError": false }, "data": { "data": [ { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web", "industry": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" } } }, { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web", "industry": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" } } }, { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web", "industry": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" } } }, { "skill": { "id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "skill": "web", "industry": { "id": "ac068e8f-5b92-4135-97f7-1dd331e07546", "icon": "null", "typeOfIndustry": "it" } } } ] } } ``` ``` { "meta": { "code": 204, "message": "No Content", "isError": false }, "data": {} } ``` **Description**