GET
/
v1
/
token
/
{environment}
.
{userID}
/
{namespace}
/
{pluginName}
curl --request GET \
  --url http://local.suborbital.network/:{port}/api/v1/token/{environment}.{userID}/{namespace}/{pluginName}
{
  "token": "XkDAWQHVgXKx1oVl0Ru76ife"
}

Path Parameters

environment
string
required

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

userID
string
required

The vendor's user

namespace
string
required

The plugin namespace (vendor-defined groups of plugins)

pluginName
string
required

The plugin name (user-defined)

Response

200 - application/json
token
string