Generate a token for an application
POST/applications/token
Generates a Vault token for an application using its AppRole credentials.
Request
- application/json
Body
roleID stringrequired
secretID stringrequired
Responses
- 200
Token generated successfully
- application/json
- Schema
- Example (from schema)
Schema
token stringrequired
{
"token": "string"
}
Loading...