---
title: "Success Response"
description: "On success, the API returns a JSON body with the requested data."
---

```json
{
  "id": 123,
  "name": "example-resource",
  "createdAt": "2023-01-01T12:00:00Z"
}
```

