API Endpoints

There are two endpoints associated with the Red Flag Alert GraphQL API:

API Type

End Point URL

Development / Sandbox

https://az-dev-primary-api.azurewebsites.net/GraphQL/

Production / Live

https://azp-primary-api.azurewebsites.net/GraphQL/

The API can be accessed in one of two ways. You can use a browser such as Firefox or Chrome to browse the API schema, see what queries you can run, see the type of objects that can be returned and, (with an access token) run queries and view the results – all without writing a single line of code.

See.Accessing the GraphQL API with a Browser for more information.

You can also write programs in a variety of languages to access the API programmatically. This is the route you will take when building integrations with the RFA GraphQL API.

See Accessing the GraphQL Programmatically for more information.