Authentication Type Discovery

POST https://login.veevavault.com/auth/discovery

https://developer.veevavault.com/api/24.2/#Discovery

Discover the authentication type of a user. With this API, applications can dynamically adjust the login requirements per user, and support either username/password or OAuth2.0 / OpenID Connect authentication schemes.

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
Acceptstring