Developer Platform API (1.0)
Mend's Developer Platform API 1.0 features:
- Access via GitHub tokens.
- Automation of Credentials for GitHub.
- New standard API documentation for easy navigation and search.
- US Environment
https://developer-api.mend.io/api/v1/orgs/{platform}/{org}/secrets/{secretName}
- EU Environment
https://developer-eu-api.mend.io/api/v1/orgs/{platform}/{org}/secrets/{secretName}
- Payload
- cURL
- JS
- Go
- Ruby
- Java 8
application/json
{ "secretName": "string", "secretValue": "string", "envVar": true }
- US Environment
https://developer-api.mend.io/api/v1/orgs/{platform}/{org}/secrets/{secretName}
- EU Environment
https://developer-eu-api.mend.io/api/v1/orgs/{platform}/{org}/secrets/{secretName}
- Payload
- cURL
- JS
- Go
- Ruby
- Java 8
application/json
{ "secretName": "string", "envVar": true }
- US Environment
https://developer-api.mend.io/api/v1/orgs/{platform}/{org}/secrets
- EU Environment
https://developer-eu-api.mend.io/api/v1/orgs/{platform}/{org}/secrets
- Payload
- cURL
- JS
- Go
- Ruby
- Java 8
No request payload
- US Environment
https://developer-api.mend.io/api/v1/orgs/{platform}/{org}/secrets
- EU Environment
https://developer-eu-api.mend.io/api/v1/orgs/{platform}/{org}/secrets
- Payload
- cURL
- JS
- Go
- Ruby
- Java 8
application/json
{ "secretName": "string", "secretValue": "string", "envVar": true }