# 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](/jet-bridge-deployment/jet-admin/using-self-deployed-http-proxy.md)).

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

<figure><img src="/files/pY7Jt3zKJO56TRfrFibv" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jetadmin.io/user-guide/security-and-privacy/sign-in-sign-up/api-calls-with-sso-token.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
