# Use developer test tools

You can use any of our <u>**Dev Tool downloads**</u> during onboarding, implementation, or any phase of testing.

## Find test tools in the Redox dashboard

1. Log in to the dashboard.
2. From the navigation menu, click the **Developer** page.
3. By default, the <u>Sources</u> tab opens. Click the **Dev tool downloads** tab.
4. A list of available downloads appears, grouped by authentication or Redox API type. Download the **test tool(s)** you need. 

![Dev Tool downloads are grouped together under the Developer \> Test Tools page of the Redox dashboard.](https://images.ctfassets.net/cl3wt5ehhnlv/5wMGekDVhebuA1CrpMGhQO/e221dc6eedc88405ea905511b27af6fa/dev-tool-downloads.png)

*Dev tool downloads*

## Which downloads are available

### Redox Authentication

- <u>**Postman collection**</u>: Use the authentication Postman collection to test sending data from one of your configured sources using Postman. 
- <u>**Postman environment**</u>: To get the related Postman environment, select an **OAuth API key** from the drop-down. This pre-populates the environment with the OAuth API credentials. 

### Platform API

- <u>**OpenAPI**</u>: Validate your app by running this file as a machine-readable reference doc through a validator module or functional testing tool.
- <u>**Redox MCP Server documentation**</u>: This opens a dev docs link about [accessing the Redox MCP server](/how-to-use-redox/access-the-redox-mcp-server). 
- <u>**Redox MCP server endpoint**</u>: This is a copyable link (i.e., `https://api.redoxengine.com/mcp`) you need when setting up the Redox MCP server.  

### Redox FHIR API

- <u>**Postman API actions collection**</u>: Use the Redox FHIR API actions Postman collection to test sending Redox FHIR resources from one of your sources using Postman. Find the related authentication <u>**Postman environment**</u> on the <u>Developer</u> \> <u>Sources</u> \> <u>OAuth API key</u> \> <u>Edit</u> \> <u>DevTools (Postman)</u> page. [Review available FHIR API actions](/fhir-api-actions). 
- <u>**Postman All FHIR resources collection**</u>: Mock out your app’s unique workflow with any of our available Redox FHIR resources in Postman. 
- <u>**OpenAPI**</u>: Validate your app by running this file as a machine-readable reference doc through a validator module or functional testing tool.
- <u>**Test patients**</u>: Review and use test patient data for the Redox FHIR sandbox. [Learn more about the FHIR sandbox](/how-to-use-redox/test-with-redox-fhir-sandbox-data).

### Redox Data Model API

- <u>**Postman collection**</u>: Mock out your app’s unique workflow with any of our available Redox JSON data models in Postman. Find the related authentication Postman environment on the <u>Developer</u> \> <u>Sources</u> \> <u>OAuth API key</u> \> <u>Edit</u> \> <u>DevTools (Postman)</u> page. 
- <u>**JSON schema**</u>: Validate your app by running this as a machine-readable reference doc through a validator module or functional testing tool.
- <u>**CSV**</u>: Evaluate and map Redox-supported fields to your app’s unique workflow. 
- <u>**TypeScript**</u>: If your app uses TypeScript, you can reference our TypeScript types instead of writing your own types for Redox data models. 

### Redox Network Onramps

- <u>**Postman collection**</u>: Mock out your app’s unique workflow with the Carequality Interoperability Framework using our available Redox data models in Postman. 
- <u>**Postman environment**</u>: Download a Postman environment with the relevant pre-populated variables to use the Carequality Postman collection.
