This product is available for these countries
Quick start
Use Account Decisioning in your own app for the data
Advanced
Try an example YAML to get you started quickly
Docs
Learn how to use this product in your apps
Available endpoints
Quick Tips
Use Ctrl + K to quickly insert links.
Organize your thoughts using:
Bulleted lists
Numbered steps
Clear headings
Did You Know?
“The secret of getting ahead is getting started.” – Mark Twain
Blockquotes like this are great for emphasizing key insights.
Contact Us
If you have any questions, feel free to reach out or visit our Help Center.
Purpose
The purpose of this feature is to provide Super Admin users with the ability to upload a Swagger (OpenAPI) YAML file to a specific product via a secured POST API endpoint. This eliminates the need to use the web-based Portal interface for this task, enabling automation and integration into backend systems.
In addition, a corresponding GET API endpoint will be implemented to allow Super Admins to retrieve the uploaded Swagger specification for a given product. By providing the product identifier, the API will return the associated Swagger YAML or its rendered documentation, enabling easy access and verification.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <h1>Hello, World!</h1> <ul> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ul> </body> </html>