> For the complete documentation index, see [llms.txt](https://inflab-1.gitbook.io/rallit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inflab-1.gitbook.io/rallit/to-rallit/category-api/api.md).

# 카테고리 목록 조회 API

## 카테고리 목록 조회 API

<mark style="color:blue;">`GET`</mark> `https://partners-business.rallit.com/api/v1/partner/category`

{% tabs %}
{% tab title="200: OK " %}

```
{
 "jobGroup": [
  {
    "code": "직군 값",
    "name": "직군 명",
    "jobs": [
      {
        "code": "직무 값",
        "name": "직무 명"
      },
      ...
    ]
  },
  ...
 ],
 "jobSkillKeywords": [
   {
     "code": "스킬 키워드 값",
     "name": "스킬 키워드 명"
   },
   ...
 ]
}
```

{% endtab %}
{% endtabs %}
