Logo

HOME_PAGE.welcome


HOME_PAGE.oauth.heading

HOME_PAGE.oauth.body1 HOME_PAGE.oauth.body2

https://auth0.com/docs/get-started/authentication-and-authorization-flow/which-oauth-2-0-flow-should-i-use

https://auth0.com/docs/get-started/authentication-and-authorization-flow

HOME_PAGE.registering_apps.heading

HOME_PAGE.registering_apps.body1 (https://user.sportngin.com/sign-up). HOME_PAGE.registering_apps.body2 [email protected] HOME_PAGE.registering_apps.body3

HOME_PAGE.registering_apps.body4

HOME_PAGE.authorization_endpoints.heading

HOME_PAGE.authorization_endpoints.body1

HOME_PAGE.authorization_endpoints.authorize_endpointhttps://user.sportsengine.com/oauth/authorize
HOME_PAGE.authorization_endpoints.token_endpointhttps://user.sportsengine.com/oauth/token
HOME_PAGE.authorization_endpoints.testing_endpointhttp://user.sportsengine.com/oauth/me

HOME_PAGE.authorization_expiration.heading

HOME_PAGE.authorization_expiration.body1 HOME_PAGE.authorization_expiration.body2 https://user.sportsengine.com/oauth/token HOME_PAGE.authorization_expiration.body3


Using the GraphQL Explorer

The GraphQL Explorer is an open source tool otherwise known as GraphiQL that allows you to interact with the GraphQL API using a graphical interface. You can use the Explorer to explore the API's schema, make queries, and view the results.

The Explorer is a great way to learn about the API and to test out queries before you write code. You can also use the Explorer to test out queries that you've written in your code.

Using a tool with GraphQL API

You can also use a different tool to access the GraphQL API. One open source tool available for this is https://github.com/skevy/graphiql-app.

How to use GraphiQL App

  1. Download and install GraphiQL App
  2. Open GraphiQL App
  3. Click on the "HTTP Headers" tab
  4. Enter the following in the "Headers" field:
    
          {
            "Authorization": "Bearer InsertBearerTokenHere"
          }
    
        
  5. Start submitting queries!!!