Version: 1.0
Vertical Insure
Authentication
- HTTP: Basic Auth
- API Key: customer-client-secret
- API Key: x-api-client-id
Authorization
header with value of Basic <auth string>
where the auth string
value
is a base64 encoded string of <client id>:<client secret>
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | basic |
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | id |
x-api-client-id
header with the value of your client id
. This method can only be used in limited requests such as quoting.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | x-api-client-id |