Vault Password API Headers
The following table describes headers that can be used by various types of Sectona APIs. The authorization username must be accesskey (fixed text, no case sensitive) and password must be provided by the user while API registration in Sectona.
Header Name | Header Value | Required | Description |
---|---|---|---|
AUTHORIZATION | username : Accesskey password : {Access key data} | YES | Basic authentication and provide username and password for authorization |
ACCEPT | application/json OR text/xml | OPTIONAL | Default request accepts is text/JSON |
CONTENT-TYPE | application/json OR text/xml | OPTIONAL | Default content type is text/JSON |
CACHE-CONTROL | no-cache | OPTIONAL | Forces caches to submit the request to the server for validation before releasing a cached copy |