Skip to main content

Providers

Discover supported cloud storage providers and their available regions. Use this before creating a filespace with customer-owned storage.

GET

/api/v1/providers

Get available providers and regions in JSON format

Get available known providers and regions. Used when creating new filespaces. Usage of known regions will result in optimal filespace hub location choice, otherwise NYC will be used as the default hub location.

Responses

Status

Description

200

Available providers and regions

401

Invalid or missing credentials.

200

Description

Available providers and regions

401

Description

Invalid or missing credentials.

401 response

{    "error": {        "message": "Invalid or expired token"    }}