Administrative
Get Token
Generates an authentication token for the given plugin, used to secure access to the code editor
GET
/
v1
/
token
/
{environment}
.
{userID}
/
{namespace}
/
{pluginName}
Path
curl --request GET \
--url https://api.suborbital.network/v1/token/{environment}.{userID}/{namespace}/{pluginName}
{
"token": "XkDAWQHVgXKx1oVl0Ru76ife"
}
Path Parameters
environmentrequired
string
The root compute environment (i.e. the vendor)
userIDrequired
string
The vendor's user
namespacerequired
string
The plugin namespace (vendor-defined groups of plugins)
pluginNamerequired
string
The plugin name (user-defined)
Response
200 - application/json
token
string
curl --request GET \
--url https://api.suborbital.network/v1/token/{environment}.{userID}/{namespace}/{pluginName}
{
"token": "XkDAWQHVgXKx1oVl0Ru76ife"
}