> For the complete documentation index, see [llms.txt](https://developers.disciple.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.disciple.tools/theme-core/api-posts/post-following.md).

# Get Following

`Get` <https://example.com/wp-json/dt-posts/v2/{post_type}/{post_id}/following>

## Returns

(array) An array of user ids.

Shares list format:

```javascript
[
  1, 2, 34
]
```
