DevZero Logo
DevZero

Get Object Store Credentials

Get the object store credentials

GET
/v2/teams/{team_id}/storage/object-store-credentials
/v2/teams/{team_id}/storage/object-store-credentials

Header Parameters

Authorization
Required
string

Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token

Path Parameters

team_id
Required
string

ID of team

Query Parameters

region_idstring

ID of region

curl -X GET "https://api.devzero.io/backend/v0/v2/teams/string/storage/object-store-credentials?region_id=string" \
  -H "Authorization: string"

OK

{
  "access_key_id": "string",
  "endpoint_url": "string",
  "secret_access_key": "string"
}