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

# Postman Collection

> You can download the Postman collection for all Alloy Embedded APIs from this page. Currently, there are two available versions of the API: v2024-03 (LATEST) and v2024-07. The Postman collections are provided in JSON format.

## Embedded API v2024-03 (LATEST)

### Postman Variables

Replace the placeholders below with actual values for the environment variables.

| Variable  | Description                                                                                                                                                          | Example                                 |
| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------- |
| `baseURL` | The base URL for the API - used to construct the full endpoint for requests. The API version is passed in the endpoint's URL. The latest API version is **2024-03**. | `https://embedded.runalloy.com/2024-03` |
| `API_KEY` | Your API key. Never share this with anyone.                                                                                                                          |                                         |

### Download the Collection

Download the [Embedded API v2024-03](https://s3.amazonaws.com/alloy-assets/alloy-docs/postman-collection/Embedded%202024-03v1.0.postman_collection.json "download") Postman collection.

## Embedded API v2024-07

### Postman Variables

Replace the placeholders below with actual values for the environment variables.

| Variable     | Description                                                                                           | Example                           |
| :----------- | :---------------------------------------------------------------------------------------------------- | :-------------------------------- |
| `baseUrl`    | The base URL for the API - used to construct the full endpoint for requests.                          | `https://production.runalloy.com` |
| `apiVersion` | The version of the API to use - passed in the request header. The current API version is **2024-07**. | `2024-07`                         |
| `apiKey`     | Your API key. Never share this with anyone.                                                           |                                   |

### Download the Collection

Download the [Embedded API v2024-07](https://s3.amazonaws.com/alloy-assets/alloy-docs/postman-collection/Embedded%202024-07v1_0.postman_collection.json) Postman collection.
