get app secrets
GET /v1/apps/{app_id}/secrets
GET
/v1/apps/{app_id}/secrets
List all secrets for an app.
NOTE this does not return any sensitive values, as secrets are write only.
Authorizations
Parameters
Path Parameters
app_id
required
string
App ID
Responses
200
OK
Array<object>
object
app_id
string
created_at
string
created_by_id
string
id
string
length
After query fields
integer
name
string
org_id
string
updated_at
string
400
Bad Request
object
description
string
error
string
user_error
boolean
401
Unauthorized
object
description
string
error
string
user_error
boolean
403
Forbidden
object
description
string
error
string
user_error
boolean
404
Not Found
object
description
string
error
string
user_error
boolean
500
Internal Server Error
object
description
string
error
string
user_error
boolean