# Slug

## Slug

slug란 API에서 URI를 표현하는 자원(오브젝트 e.g> 회사, 고객) 식별을 위해 경로에 포함되는 고유 식별자입니다. \
예를 들면 <https://api.trackit.so/v1/objects/{slug}/records에서> {slug}는 고유 식별자를 나타냅니다.

트래킷 시스템 오브젝트의 slug를 다음과 같습니다.

<table><thead><tr><th width="152">오브젝트 명</th><th>slug</th></tr></thead><tbody><tr><td>회사</td><td>companies</td></tr><tr><td>고객</td><td>people</td></tr><tr><td>리드</td><td>s_leads</td></tr><tr><td>딜</td><td>deals</td></tr></tbody></table>

커스텀 오브젝트의 slug는 '설정 > 워크스페이스 > API' 페이지에서 확인할 수 있습니다.

<figure><img src="/files/DDSco8kI6KFhnbty4qGG" alt=""><figcaption><p>slug</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trackit.so/integrations/http-api/slug.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
