Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 664 Bytes

File metadata and controls

28 lines (19 loc) · 664 Bytes

GraphQL API

  • Entry Point HTTPS: https://<our_ip_domain>/graphql
  • Entry Point HTTP: http://<our_ip_domain>/graphql

BringAuto Fleet has a GraphQL API mainly used to access entities like

For detailed information and constrains download actual schema from GraphQL entry point.

Usage

  • LogIn by Login Query of the GraphQL API (use User credentials),
  • save Cookies obtained from Successfully Login Query,
  • for each Query/Mutation you want to run you must include these cookie data to authorize yourself.