Gatsby & Netlify Functions

Authenticating with Auth0

Before being able to call an API your user will need to authenticate first. Go ahead and click the Loginbutton on the top right.

{
  "isLoading": false
}

Calling a Netlify Function

Then once the user is authenticated, calling the API will be possible. If you try this without authenticating, you'll get an error.

Requires a valid access_token.

Requires a valid access_token with the read:shows scope.