> For the complete documentation index, see [llms.txt](https://docs.tryterra.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryterra.co/faq/help-topics/data-api-sdk/api-endpoints-errors-and-migrations/migrate-to-new-api-infrastructure.md).

# Should I migrate to the access.tryterra.co endpoint?

If you received the migration email, **switch REST requests to the new base URL `https://access.tryterra.co/api/v2`.**

A few things to know:

* The old URL still responds because the migration is phased and both endpoints temporarily coexist.
* The new API is **fully backwards compatible** and requires no code changes.
* The official SDKs are being updated to use the new endpoint automatically; update to the latest SDK version when available.

Migrating also resolves `500`s on historical fetches for older dates and gives you longer payload-detail retention going forward, since extended look-back is only supported on the new endpoint.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tryterra.co/faq/help-topics/data-api-sdk/api-endpoints-errors-and-migrations/migrate-to-new-api-infrastructure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
