Create Application
POST https://api.humanitec.io/orgs/{{org_id}}/apps
This request will create an application object inside Humanitec. See this as a container for different environments of you application setup.
This request will store the application id as a collection variable named {{app_id}}.
Request Body
{"id"=>"sample-app-{{randomappid}}", "name"=>"Sample App {{randomappid}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |