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}
environment*
userID*
namespace*
pluginName*
curl --request GET \
--url https://api.suborbital.network/v1/token/{environment}.{userID}/{namespace}/{pluginName}
{
"token": "XkDAWQHVgXKx1oVl0Ru76ife"
}
curl --request GET \
--url https://api.suborbital.network/v1/token/{environment}.{userID}/{namespace}/{pluginName}
{
"token": "XkDAWQHVgXKx1oVl0Ru76ife"
}