Skip to main content

Generate a token for an application

POST 

/applications/token

Generates a Vault token for an application using its AppRole credentials.

Request

Body

    roleID stringrequired
    secretID stringrequired

Responses

Token generated successfully

Schema

    token stringrequired
Loading...