> For the complete documentation index, see [llms.txt](https://developers.epicollect.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.epicollect.net/api-authentication/access-resources.md).

# Access Resources

In order to access a private project's resources over the API, you **must include a valid access token** in the `Authorization` header with each request:

`Authorization: Bearer {access_token}`

{% hint style="info" %}
Please note the entries are paginated by 50 at a time.
{% endhint %}

Examples:

* [JQuery](/api-authentication/access-resources/jquery.md)
* [PHP](/api-authentication/access-resources/php.md)
* [Axios](/api-authentication/access-resources/axios.md)
* [Fetch](/api-authentication/access-resources/fetch.md)
