# Getting Started

| Header            | Value                 |
| ----------------- | --------------------- |
| **Content-Type**  | application/json      |
| **Authorization** | Token \<your api key> |

## Environments

Numaly provides two API environments, Production and Sandbox. The sandbox environment can be used to send/retrieve verification requests/reports using dummy bank data free of charge.&#x20;

```
https://api.sandbox.numaly.com/v1
```

{% hint style="warning" %}
**Note**: Only email verification requests are sent when using in the sandbox. Txt message can only be used in production.
{% endhint %}

Once you've tested your integration you can make it live using the production endpoint.

```bash
https://api.numaly.com/v1
```

### Test Bank Account

To test your integration you may send and complete verifications using the following dummy bank free of charge. &#x20;

#### For testing in United States, Canada & United Kingdom use

***Bank**:* Tartan Bank

***Username**: user\_good   **Password**: pass\_good*

#### For testing in Australia/New Zealand use

***Comming soon***

{% hint style="info" %}
Please contact us to have your API access enabled before making requests.&#x20;
{% endhint %}

{% hint style="info" %}
Please be weary all endpoints are throttled to 5 requests per second.&#x20;
{% endhint %}


---

# 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.numaly.com/getting-started-1.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.
