User Name and Password

POST https://{{vaultDNS}}/api/{{version}}/auth

https://developer.veevavault.com/api/22.3/#Basic_Auth

Authenticate your account using your Vault user name and password to obtain Vault Session ID. Vault limits the number of Authentication API calls based on the user name and the domain name used in the API call. To determine the Vault Authentication API burst limit for your Vault or the length of delay for a throttled response, check the response headers or the API Usage Logs.

Request Body

[{"name"=>"username", "value"=>"{{username}}", "datatype"=>"string"}, {"name"=>"password", "value"=>"{{password}}", "datatype"=>"string"}, {"name"=>"vaultDNS", "value"=>"{{vaultDNS}}", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring