Get environment variable details
This endpoint returns details of a specific environment variable identified by ID.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Response
Successfully retrieved variable
id
Unique ID of the variable
name
Unique name of the variable
value
Value of the variable
description
Optional description
createdTime
Time when the variable was created
updatedTime
Time when the variable was last updated
createdBy
Username of the user who created the variable
updatedBy
Username of the user who last updated the variable
Errors
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
5XX
Server Error