Lists all products available for an integration configuration. Use this endpoint to discover what integration products are available for your integration configuration. The returned product IDs or slugs can then be used with storage provisioning endpoints like POST /v1/storage/stores/integration/direct
. ## Workflow 1. Get your integration configurations: GET /v1/integrations/configurations
2. Use this endpoint: Get products for a configuration: GET /v1/integrations/configuration/{id}/products
3. Create storage resource: POST /v1/storage/stores/integration/direct
## Response Returns an array of products with their IDs, slugs, names, supported protocols, and metadata requirements. Each product represents a different type of resource you can provision. The metadataSchema
field contains a JSON Schema that defines: - Required metadata: Fields that must be provided during storage creation - Optional metadata: Fields that can be provided but are not mandatory - Field validation: Data types, allowed values, and constraints Use this schema to validate metadata before calling the storage creation endpoint.
Default authentication mechanism
ID of the integration configuration
"icfg_cuwj0AdCdH3BwWT4LPijCC7t"
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"
List of products available for this integration configuration
The response is of type object
.