POST
/
name
/
{environment}
.
{userID}
/
{namespace}
/
{pluginName}
curl --request POST \
  --url http://local.suborbital.network/:{port}/name/{environment}.{userID}/{namespace}/{pluginName} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: text/plain' \
  --data '"<string>"'

Authorizations

Authorization
string
headerrequired

Execution API requests require an Authorization Bearer header with your Suborbital Compute Environment token.

Headers

X-Suborbital-State
string

Path Parameters

environment
string
required

The root compute environment (i.e. the vendor)

userID
string
required

The vendor's user

namespace
string
required

The module namespace (vendor-defined groups of modules)

pluginName
string
required

The module name (user-defined)

Body

text/plain ยท string

The body is of type string.