# Get Overdraft Fees

To get all overdraft fees you need to build the complete get overdraft fees endpoint by passing version in the query path and authtoken in the query params. Then make a get request.&#x20;

{% hint style="info" %}
We have a Production URL and Staging URL you are advised to use the staging during development.&#x20;
{% endhint %}

**Production URL**&#x20;

[***`http://api.mybankone.com/BankOneWebAPI/api//Overdraft/Overdraft_GetOverdraftFees/version?authToken={{auth_token}}`***](http://api.mybankone.com/BankOneWebAPI/api//Overdraft/Overdraft_GetOverdraftFees/version?authToken={{auth_token}})

**Staging URL**

[***`http://staging.mybankone.com/BankOneWebAPI/api//Overdraft/Overdraft_GetOverdraftFees/version?authToken={{auth_token}}`***](http://staging.mybankone.com/BankOneWebAPI/api//Overdraft/Overdraft_GetOverdraftFees/version?authToken={{auth_token}})

Here is an example request with sample payload to the staging endpoint.

<mark style="color:blue;">`GET`</mark> `http://staging.mybankone.com/BankOneWebAPI/api//Overdraft/Overdraft_GetOverdraftFees`

#### Path Parameters

| Name                                      | Type | Description         |
| ----------------------------------------- | ---- | ------------------- |
| version<mark style="color:red;">\*</mark> | Int  | Current API version |

#### Query Parameters

| Name                                        | Type   | Description                |
| ------------------------------------------- | ------ | -------------------------- |
| authtoken<mark style="color:red;">\*</mark> | String | Authtoken for this request |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}


---

# 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.mybankone.com/overdraft/overdraft-api/get-overdraft-fees.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.
