Get a Variable
Returns a single accessible Variable by id. An id that is unknown,
malformed, or refers to a reserved or internal Variable returns 404.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
The id of the Variable to retrieve
Response
The Variable
id
A unique identifier for the Variable
name
The name of the Variable
Errors
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error