API Documentation
Fast-Weigh API

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.
Basic Authentication has been deprecated.
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.
The REST API and the GraphQL V1 API have been deprecated.
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/graphqlV2:
https://graphql.fast-weigh.com/
Last updated