# Introduction

## Getting Started

To get started with the verifynest API, sign up for an account at <https://app.verifynest.io/portal/register>

Once you've set up your subscription, create your first API token by using the form provided.

All API requests require the Authorization header to be set to:

```
Authorization: Bearer <API_TOKEN>
```

{% hint style="info" %}
&#x20;Where \<API\_TOKEN> is the token you created.
{% endhint %}
