OAPPs API

πŸ“‹ Table of Contents

Overview

The OAPPs API provides OASIS Application management for the STAR ecosystem. It handles OAPP creation, deployment, and execution.

OAPP Management

Get All OAPPs

GET /api/oapps
Authorization: Bearer YOUR_TOKEN

Get OAPP by ID

GET /api/oapps/{oappId}
Authorization: Bearer YOUR_TOKEN

Create OAPP

Update OAPP

Delete OAPP

OAPP Operations

Deploy OAPP

Launch OAPP

Stop OAPP

Error Responses

OAPP Not Found


← Previous: Chapters API | Next: Templates API β†’

Last updated