- Home
- API Enriched
- 🗄️ Object Storage API
🗄️ Object Storage API
Versioned library distribution for mobile app integrators. Presigned URLs enable secure downloads with OS-specific builds for iOS and Android.
- Category: Platform
- Complexity: simple
- Paths: 9 | Schemas: 17
- Tier: Advanced
- Related domains:
marketplace
Use Cases
Section titled “Use Cases”- Manage object storage services
- Configure stored objects and buckets
- Manage storage policies
Primary Resources
Section titled “Primary Resources”- object_store: Object store for blob storage management
- bucket: Storage bucket for object storage
Endpoints
Section titled “Endpoints”| Method | Path | Description |
|---|---|---|
| GET | /api/object_store/namespaces/{namespace}/stored_objects/mobile-app-shield | GET List Of Mobile App Shields. |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/mobile-app-shield/{name}/{version} | GET Mobile App Shield. |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/mobile-integrator | GET List Of Mobile Integrators. |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/mobile-integrator/{name}/{version} | GET Mobile Integrator. |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/{object_type} | GET List Of Stored Objects. |
| DELETE | /api/object_store/namespaces/{namespace}/stored_objects/{object_type}/{name} | DELETE Stored Object(s) |
| PUT | /api/object_store/namespaces/{namespace}/stored_objects/{object_type}/{name} | Create Stored Object. |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/{object_type}/{name}/{version} | GET Stored Object. |
| DELETE | /api/object_store/namespaces/{namespace}/stored_objects/{object_type}/{name}/{version} | DELETE Stored Object(s) |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/mobile-sdk-self-serve | GET List Of Mobile SDKs self serve. |
| GET | /api/object_store/namespaces/{namespace}/stored_objects/mobile-sdk-self-serve/{name}/{version} | GET Mobile SDK Self serve. |