Security
authorization and appId
- US Environmenthttps://developer-api.mend.io/api/v1/orgs/{platform}/{org}/secrets
- EU Environmenthttps://developer-eu-api.mend.io/api/v1/orgs/{platform}/{org}/secrets
curl -i -X GET \
'https://developer-api.mend.io/api/v1/orgs/{platform}/{org}/secrets' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'authorization: {authorization}' \
-H 'mend-appId: YOUR_API_KEY_HERE'Response
{
"totalCount": 0,
"items": [
{
"secretName": "string",
"envVar": true,
"rotatingTokenStatus": "invalid",
"addedAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}