Authorizations
Default authentication mechanism
Query Parameters
The Team identifier to perform the request on behalf of.
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
"my-team-url-slug"
Body
Human-readable name for the storage resource
128
"my-dev-database"
ID of your integration configuration. Get this from GET /v1/integrations/configurations
"icfg_cuwj0AdCdH3BwWT4LPijCC7t"
ID or slug of the integration product. Get available products from GET /v1/integrations/configuration/{id}/products Product ID format
"iap_postgres_db"
Optional key-value pairs for resource metadata
{
"environment": "development",
"project": "my-app",
"tags": ["database", "postgres"]
}
Optional external identifier for tracking purposes
"dev-db-001"
Protocol-specific configuration settings
{
"experimentation": { "edgeConfigSyncingEnabled": true }
}
Source of the store creation request
"api"
ID of the billing plan for paid resources. Get available plans from GET /integrations/integration/{id}/products/{productId}/plans. If not provided, automatically discovers free billing plans.
"bp_abc123def456"
Payment method ID for paid resources. Optional - uses default payment method if not provided.
"pm_1AbcDefGhiJklMno"
Amount in cents for prepayment billing plans. Required only for prepayment plans with variable amounts.
x >= 50
5000