Fast-Weigh is a modern cloud-based truck ticketing, ordering, and dispatching platform.
The Fast-Weigh REST & GraphQL APIs allow system integrators to interface with the Fast-Weigh data model to extend functionality and/or extract data for third-party use.
The Fast-Weigh REST & GraphQL API services use token-based authentication with a custom x-api-key
HTTP header record. The token should be included with every call.
You can find your endpoint listed on the API Info page under the settings gear of the Fast-Weigh Web Portal.
The endpoint should look something like this: https://server-name.fast-weigh.dev/v1/graphql
Your credentials will allow you to use the Insomnia tool to build queries. There, you can dive into the data model docs as well as test queries with the live editor.
The REST API generally handles CREATE and UPDATE calls.
The OpenAPI/Swagger docs can be found here: https://api.fast-weigh.com/swagger