# API Documentation

<figure><img src="/files/sGYg09OFTyLzvuSjCPDr" 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](/fast-weigh-knowledge-base/references/api-documentation/graphql-v2-api.md)
* [Webhooks](/fast-weigh-knowledge-base/references/api-documentation/webhooks.md)

***

{% 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/`


---

# Agent Instructions: 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://help.tacinsight.com/fast-weigh-knowledge-base/references/api-documentation.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.
