Get Object Store Credentials
Get the object store credentials
Path Parameters
team_idstring
ID of team
Query Parameters
region_id?string
ID of region
Header Parameters
Authorizationstring
Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token
Response Body
curl -X GET "https://api.devzero.io/backend/v0/v2/teams/string/storage/object-store-credentials?region_id=string" \
-H "Authorization: string"
{
"access_key_id": "string",
"endpoint_url": "string",
"secret_access_key": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}