Skip to main content

Register a new app in the project.

POST /api/v1/projects/:project_id/apps

Register a new app in the project.

Path Parameters
  • project_id string required

    Project ID

Request Body required

Project App Create Body

  • app_description string
  • app_name string required
  • org_id string
  • project_id string
  • role_name string required

    Role template TODO: More granular in the future!

Responses

Success

Schema
  • api_key string
  • app_id string
  • app_name string
Loading...