Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Impossible Cloud Partners API

The Partners API from Impossible Cloud — 5 operation(s) for partners.

Impossible Cloud Partners API is one of 3 APIs that Impossible Cloud publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Partners. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 7 operations across 5 paths, and defines 6 schemas. It is described by OpenAPI 2.0, at version 1.0.

Requests are made against the base URL https://api.partner.impossiblecloud.com/v1.

7 operations 5 paths 6 schemas 1 DELETE4 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
1.0
Base URL
https://api.partner.impossiblecloud.com/v1
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Impossible Cloud Partners API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (Bearer).

  • Bearer — Type "Bearer" followed by a space and JWT token.

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 1 DELETE, 4 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Partners 7
POST
/storage-account
Create a storage account
1 param → 201
GET
/storage-account/list
Get list of available storage accounts
→ 200
DELETE
/storage-account/{accountID}
Schedule the deletion of a storage account
1 param → 204
GET
/storage-account/{accountID}
Get account info by accountID
1 param → 200
PATCH
/storage-account/{accountID}
Update information of an account by accountID
2 params → 200
GET
/storage-account/{accountID}/usage
Retrieves the usage of the storage account
3 params → 200
GET
/storage-accounts/usage
Retrieves the usage of all storage accounts
2 params → 200

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are api.StorageAccountResponse (6 properties), api.ClientUsage (4 properties), api.CreateStorageAccountReqBody (4 properties), api.DailyUsage (3 properties). Each schema is shown below with its type and property counts.

api.PatchStorageAccountReqBody
object
1 property
api.CreateStorageAccountReqBody
object
4 properties 4 required
api.StorageAccountClientAccount
object
2 properties 2 required
api.DailyUsage
object
3 properties
api.ClientUsage
object
4 properties
api.StorageAccountResponse
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

impossible-cloud-partners-api-openapi.yml Raw ↑

Other APIs Impossible Cloud publishes across the network.

Impossible Cloud Distributors API
Impossible Cloud Integrations API