Guides

Update Auth

Update auth by sending below payload. All keys are mandatory.

REQUEST JSON

{
"key": "auth",
"value": {
  "upload_key": "UPLOAD_KEY",
  "authorized_domains": "filespin.io, myapp.example.org",
   "dropbox_app_key": "DROPBOX_KEY",
   "dropbox_app_secret": "DROPBOX_SECRET",
   "api_key": "API_KEY"
  }
}

REQUEST PARAMETERS

Key values can be empty strings.

ParametersTypeDescription
keystringSet to auth
value. upload_keystringMust be RFC4122 compliant hex value of UUID4 (that is, only alphanumeric characters are allowed, - is not allowed).
value.authorized_domainsstringControls domain names allowed for this upload_key used in File Picker. Empty value here will allow all domains. A maximum of ten domains are allowed, naked domains (like filespin.io) will authorize all subdomains.
value.dropbox_app_keystringDropbox App Key for FileSpin File Picker Dropbox uploads
value.dropbox_app_secretstringDropbox App Secret for FileSpin File Picker Dropbox uploads
value.api_keystringMust be RFC4122 compliant hex value of UUID4 (that is, only alphanumeric characters are allowed, - is not allowed)
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!