Token Object
An object that allows read or write access to a given experiment.
Fields
Key
Type
Value
all_experiments
boolean
A boolean indicating whether or not the token grants access to all the client's experiments.
client
string
experiment
string
permissions
string
The type of permission this token can grant. Tokens may grant either read or write access.
token
string
The token string that can be used to connect to the SigOpt API and gain access to the specified experiment.
user
string
The id
of the user that is granted the token. For guest tokens, the guest is not required to have a SigOpt user id
.
Supported Endpoints
Method
URI
Description
POST
Experiment Token Create
Example
Last updated