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 Parameters
environment
string
requiredThe root compute environment (i.e. the vendor)
userID
string
requiredThe vendor's user
namespace
string
requiredThe plugin namespace (vendor-defined groups of plugins)
pluginName
string
requiredThe plugin name (user-defined)
Response
200 - application/json
The response object for a authentication token
token
string