> For the complete documentation index, see [llms.txt](https://wiki.mobivate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mobivate.com/api-message-paramaters/content-api-restful/latest-content-items-api.md).

# Latest Content Items (API)

To get the latest added content items you can make the following **GET** request:&#x20;

```hsts
https://content-api.mobivate.com/v1/<account_id>/latest/<start_date>
```

### Parameters

| Parameter   | Description                                                                    |
| ----------- | ------------------------------------------------------------------------------ |
| account\_id | Your unique Mobivate account id, for example: `0000d000a000d000c000e0f000b00`. |
| start\_date | The specified start date of your query, for example: `01/01/2024`.             |

### Example

```hsts
https://content-api.mobivate.com/v1/aaaaaabbbbbbcccccc/latest/2014-07-01
```
