# Postman collection

To help make your development process simpler, we've published a Postman collection with example calls to our API.

1. Download the Postman [collection](https://www.postman.com/moovfin/workspace/moov/overview)
2. Generate an API key from your [Dashboard](https://dashboard.moov.io/developers/api-keys)
3. Add your `clientId` and `clientSecret` key as variables in the Postman collection

When creating your own calls, be sure to include the `Origin` and `Referer` in the header.

## [About scopes](#about-scopes)

Since different actions require a different [scopes](/api/authentication/scopes), each folder includes a call to generate a token with the scopes needed for that call. Scopes are required if you're using Moov.js or any client-side integration.
