List available storage provider options
Required Permission: base.organization.management.getStorageProviders
Retrieves list of configured storage provider options available to organization for hosting application binaries, build artifacts, and assets with region details.
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"id": "698f42e5457fafa13d088794",
"name": "Acme Corporation",
"slug": "acme-corp",
"webSiteUrl": "https://www.acmecorp.com",
"type": "company",
"subscriptions": [
{
"plan": "698f42e5457fafa13d088796",
"planCode": "enterprise-annual",
"iniDate": "2026-01-01T00: 00:00Z",
"endDate": "2027-01-01T00: 00:00Z",
"endedAt": null,
"status": "active",
"metadata": {},
"customer": "698f42e5457fafa13d088797",
"id": "string",
"planDescription": "Enterprise Plan",
"type": "standard",
"description": "Annual enterprise subscription with unlimited devices",
"paymentIntent": {
"id": "pi_1234567890",
"secret": "pi_1234567890_secret_abcdefgh",
"status": "succeeded",
"error": {}
}
}
],
"loginProviders": {
"dashboard": [
"traditional",
"saml"
],
"store": [
"traditional",
"social"
],
"mdm": [
"traditional"
]
},
"limits": {
"apps": 50,
"builds": 1000,
"downloads": 100000,
"collaborators": 25,
"employees": 500,
"mdmDevices": 1000
},
"allows": {
"customBranding": true,
"ssoLogin": true,
"customS3Bucket": true,
"androidAgent": true,
"iosAgent": true
},
"counts": {
"apps": 12,
"collaborators": 8,
"devices": 247
},
"contactInfo": {
"email": "[email protected]",
"phoneNumber": "+1-555-0100"
},
"store": {
"customDomain": "apps.acmecorp.com"
},
"branding": {
"logo": "https://cdn.acmecorp.com/logo.png",
"picture": "https://cdn.acmecorp.com/banner.jpg",
"primaryColor": "#0066CC"
},
"security": {
"role": "org.admin"
},
"configuration": {
"storageProvider": {
"id": "698f42e5457fafa13d088795",
"name": "AWS S3 US East",
"region": "us-east-1",
"config": "s3-standard",
"provider": "aws"
},
"notificationLanguage": "en",
"required2FADashboard": true,
"required2FAStore": false,
"noReplyAlias": "[email protected]",
"buildPlatforms": [
"ios",
"android",
"windows"
],
"sdkExtraBuildPlatforms": [
"macos",
"windows"
],
"denyTraditionalAccess": false,
"buildRetentionDays": 90,
"buildsRetainedPerPublication": 5,
"showDeviceNetworkLocation": true
},
"blocked": false,
"blockedReason": "",
"trialIniDate": null,
"trialEndDate": null,
"lastPlan": "enterprise-annual",
"billingReason": "subscribe",
"lastActivityDate": "2024-01-01T00: 00:00Z",
"createdBy": "698f42e5457fafa13d088799",
"createdAt": "2026-01-15T10: 00:00Z",
"updatedAt": "2026-02-13T14: 30:00Z"
}
}
application/json
{
"status": false,
"error": {
"code": 5010,
"message": "Billing platform error"
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}