Skip to main content
GET
/
api
/
storage
/
s3
/
config
Get S3 Gateway Config
curl --request GET \
  --url https://api.example.com/api/storage/s3/config \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "endpoint": "https://proj.insforge.app/storage/v1/s3",
    "region": "us-east-2"
  }
}

Authorizations

x-api-key
string
header
required

Response

Gateway config

data
object

Read-only config of the S3 protocol gateway.