API calls with SSO token

In this section you will learn about API calls with SSO token

Authorizing API calls to your backend with SSO token

When user is logged in with SSO it is possible to use SSO access token in HTTP queries (Rest API or GraphQL). Such requests are going through api.jetadmin.io endpoint or self-hosted Jet Bridge (when set up as HTTP proxy).

You can insert any SSO tokens in HTTP/GraphQL queries using SSO credentials section.

Last updated