# Auth Access

To access all the functionality for your API Core Banking operations, you must generate an access token using the [Get Access Token](/udara360-docs-1/getting-started/authentication/accesstoken.md) API. This token is essential for successfully carrying out all your requests.

#### Authorisation Header <a href="#authorisation-header" id="authorisation-header"></a>

The access token will be used as a bearer token for all your API requests. The access token you generate from the /GetToken request functions as the bearer for your authentication. Place your JWT token, obtained after successful authentication, in the Authorization header of each request you send to the API.

```
curl  https://openapi.test.udara360.io/api/../v1

    -H  "Accept:  application/JSON"
    -H  "Authorization:  Bearer  {access_token}"
```


---

# 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.udara360.io/udara360-docs-1/getting-started/authentication/auth-access.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.
