API Documentation

Fast-Weigh API

circle-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 [email protected]envelope.

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.


triangle-exclamation

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.


triangle-exclamation

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.

  • V1: https://<your-servername-here>.fast-weigh.dev/v1/graphql

  • V2: https://graphql.fast-weigh.com/

Last updated