During onboarding, implementation, or any phase of testing, you may find our dev tool downloads helpful. You can find these downloads in a one-stop shop of the Redox dashboard.
- Log in to the dashboard.
- From the navigation menu, click the Developer page.
- By default, the Developer page opens and displays the API Keys tab. Click the Test Tools tab.
- By default, the Notifications Explorer displays. Click the Dev Tool Downloads button.
- A variety of downloads display, grouped by authentication or Redox API type. Download the tools you need for testing. Once you click a download option, the button turns green to signify a successful download.
Now let's break down some of our tools for you:
Download type | Recommendations |
---|---|
CSV files | Use available CSV files to evaluate all the Redox-supported fields and how they can map to your application's unique workflow. |
Postman collections | Use Postman testing tools to explore any of the Redox APIs and to mock out your application's unique workflow. |
OpenAPI | Use OpenAPI downloads to validate your application by running this as a machine-readable reference doc through a validator module or functional testing tool. |
JSON Schemas | Use JSON schemas to validate your application by running this as a machine-readable reference doc through a validator module or functional testing tool. |
TypeScript | If your application uses TypeScript, you can reference our TypeScript types instead of writing your own types for Redox data models. |