Skip to main content
GET
/
v1
/
teams
/
{team_id}
/
locations
/
defaults
/
{location_type}
Get Provider Defaults
curl --request GET \
  --url https://api.dataraven.io/v1/teams/{team_id}/locations/defaults/{location_type} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

location_type
enum<string>
required

Cloud storage provider types.

Available options:
s3,
azure_blob,
gcs,
r2,
b2,
wasabi,
railway,
oracle_object_storage_s3,
s3_compatible,
tigris,
digitalocean_spaces,
hetzner,
rabata
team_id
string<uuid>
required

Response

Successful Response

The response is of type Response Get Provider Defaults V1 Teams Team Id Locations Defaults Location Type Get · object.