# 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 %}
