# API Documentation

<figure><img src="https://490131596-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0LJDMCSYOqplCEgCo73X%2Fuploads%2FOkFi5A5vVOzrPyYGjhAO%2Fimage.png?alt=media&#x26;token=3e532e0c-0d2e-4bbe-904d-3f3bca095cfe" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The GraphQL API is an additional feature. If you would like to add the GraphQL Api to your Fast Weigh subscription, contact us at *865-219-2980* or <support@tacinsight.com>.
{% endhint %}

The Fast-Weigh GraphQL V2 API allows system integrators to interface with the Fast-Weigh data model to extend functionality and/or extract data for third-party use.

* [graphql-v2-api](https://help.tacinsight.com/fast-weigh-knowledge-base/references/api-documentation/graphql-v2-api "mention")
* [webhooks](https://help.tacinsight.com/fast-weigh-knowledge-base/references/api-documentation/webhooks "mention")

***

{% hint style="danger" %}
**Basic Authentication has been deprecated.**
{% endhint %}

We have transitioned from using Basic Authentication with username/password credentials to token-based authentication. Existing integrations will continue to work, but please note that Basic Auth has been deprecated and will be removed in the future.

***

{% hint style="danger" %}
The REST API and the GraphQL V1 API have been deprecated.
{% endhint %}

We have transitioned to a unified GraphQL API for both querying and adding/updating data via the GraphQL V2 API. Existing integrations will continue to work, but please note that you should migrate to the new GraphQL API endpoint, and the old APIs will be removed in the future.\
\
You can quickly identify the version of the GraphQL API based on the endpoint.&#x20;

* **V1**: `https://<your-servername-here>.fast-weigh.dev/v1/graphql`
* **V2**: `https://graphql.fast-weigh.com/`
