List Envs
GET /applications/{uuid}/envs
GET
/applications/{uuid}/envs
List all envs by application UUID.
Authorizations
Parameters
Path Parameters
uuid
required
string format: uuid
UUID of the application.
Responses
200
All environment variables by application UUID.
Array<object>
Environment Variable model
object
id
integer
uuid
string
application_id
integer
service_id
integer
database_id
integer
is_build_time
boolean
is_literal
boolean
is_multiline
boolean
is_preview
boolean
is_shared
boolean
is_shown_once
boolean
key
string
value
string
real_value
string
version
string
created_at
string
updated_at
string
400
Invalid token.
object
message
string
401
Unauthenticated.
object
message
string
404
Resource not found.
object
message
string