> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dynamosql.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Postman Collection

> Import the DynamoSQL API into Postman

<a href="/public/dynamosql-postman-collection.json" download="dynamosql-postman-collection.json">
  Download Postman Collection
</a>

## Importing into Postman

1. Download the collection using the link above.
2. Open Postman and click **Import** (top left).
3. Drag the downloaded file into the import dialog, or click **Upload Files** and select it.
4. The collection will appear in your sidebar with folders for Authentication, Query, Schemas, and Usage.

## Getting started

After importing, call **Authentication > Get access token** with your `clientId` and `clientSecret`. Copy the `accessToken` from the response and set it as a Bearer token on the collection or individual requests.
