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 Distributors API

The Distributors API from Impossible Cloud — 11 operation(s) for distributors.

Impossible Cloud Distributors 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 Distributors. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 16 operations across 11 paths, and defines 12 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.

16 operations 11 paths 12 schemas 3 DELETE8 GET1 PATCH3 POST1 PUT

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 Distributors 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 16

Across 11 paths, the API surfaces 16 operations — 3 DELETE, 8 GET, 1 PATCH, 3 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Distributors 16
GET
/contract/list
Get list of available contracts
→ 200
GET
/contract/{contractID}/partners
Get list of partners in the contract
1 param → 200
POST
/partner
Create partner in the contract
1 param → 201
DELETE
/partner/{partnerID}
Delete a partner
1 param → 204
GET
/partner/{partnerID}
Get a partner by identifier
1 param → 200
PUT
/partner/{partnerID}
Change partner's name or allocation
2 params → 200
POST
/partner/{partnerID}/member
Create Management Console user for specific distributor partner
2 params → 201
DELETE
/partner/{partnerID}/member/{memberID}
Remove Management Console user for a specific distributor partner
2 params → 204
GET
/partner/{partnerID}/members
List Management Console users for specific distributor partner
1 param → 200
GET
/partner/{partnerID}/storage-accounts
Get list of available storage accounts
1 param → 200
POST
/partner/{partnerID}/storage-accounts
Create a storage account for a partner
2 params → 201
DELETE
/partner/{partnerID}/storage-accounts/{accountID}
Schedule the deletion of a storage account
2 params → 204
GET
/partner/{partnerID}/storage-accounts/{accountID}
Get account info by accountID
2 params → 200
PATCH
/partner/{partnerID}/storage-accounts/{accountID}
Update information of an account by accountID
2 params → 200
GET
/partner/{partnerID}/storage-accounts/{accountID}/usage
Retrieves the usage of the storage account of a given distributor partner
4 params → 200
GET
/partner/{partnerID}/usage
Retrieves the usage of all the storage accounts of a given distributor partner
3 params → 200

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are api.DistributorContractResponse (8 properties), api.StorageAccountResponse (6 properties), api.DistributorPartnerResponse (6 properties), api.CreateStorageAccountReqBody (4 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.DistributorPartnerResponse
object
6 properties
api.CreateMemberReqBody
object
4 properties 3 required
api.UpdatePartnerReqBody
object
2 properties
api.StorageAccountClientAccount
object
2 properties 2 required
api.DailyUsage
object
3 properties
api.DistributorPartnerMembersResponse
object
4 properties
api.ClientUsage
object
4 properties
api.CreatePartnerReqBody
object
4 properties 3 required
api.StorageAccountResponse
object
6 properties
api.DistributorContractResponse
object
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs Impossible Cloud publishes across the network.

Impossible Cloud Integrations API
Impossible Cloud Partners API