> For the complete documentation index, see [llms.txt](https://developers.docstudio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.docstudio.com/object-reference/uuid-response-object.md).

# UUID response object

This document contains the UUID response object returned by API operations.

### Used in

<table><thead><tr><th width="352.888916015625">Endpoint / Area</th><th>How it is used</th></tr></thead><tbody><tr><td><a href="/api-reference/create-template.md">Create Template</a></td><td>Returns the created template UUID</td></tr><tr><td><a href="/api-reference/dictionaries.md">Dictionaries</a></td><td>Returns the created dictionary or column UUID</td></tr></tbody></table>

### Object example

```json
{
  "uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
```

### Fields

<table><thead><tr><th width="112.66668701171875">Field</th><th width="210.111083984375">Type</th><th width="128.111083984375">Required</th><th>Description</th></tr></thead><tbody><tr><td><code>uuid</code></td><td>UUID</td><td>Yes</td><td>Resource UUID returned by the API</td></tr></tbody></table>

{% hint style="info" %}
The `uuid` value identifies the returned resource.
{% endhint %}
