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

ImageKit Account Management API API

The Account Management API API from ImageKit — 5 operation(s) for account management api.

This API exposes 11 operations across 5 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://api.imagekit.io.

11 operations 5 paths 4 schemas 2 DELETE5 GET2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.imagekit.io
Authentication
HTTP Basic
Terms of Service
Resource Areas
1

Authentication & Security 1

ImageKit Account Management API API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • basicAuth — Basic HTTP authentication. Allowed headers-- Authorization: Basic | Authorization: Basic ImageKit API uses API keys to authenticate requests. You can view and…

Paths & Operations 11

Across 5 paths, the API surfaces 11 operations — 2 DELETE, 5 GET, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Account Management API 11
GET
/v1/accounts/usage
Get account usage information
get-usage 2 params → 200400429401403
GET
/v1/accounts/origins
List origins
list-origins → 200401403429
POST
/v1/accounts/origins
Create origin
create-origin body → 201400401403429
GET
/v1/accounts/origins/{id}
Get origin
get-origin 1 param → 200401403404429
PUT
/v1/accounts/origins/{id}
Update origin
update-origin 1 param body → 200400401403404429
DELETE
/v1/accounts/origins/{id}
Delete origin
delete-origin 1 param → 204401403404429
GET
/v1/accounts/url-endpoints
List URL‑endpoints
list-url-endpoints → 200401403404429
POST
/v1/accounts/url-endpoints
Create URL‑endpoint
create-url-endpoint body → 201400401403429
GET
/v1/accounts/url-endpoints/{id}
Get URL‑endpoint
get-url-endpoint 1 param → 200401403404429
PUT
/v1/accounts/url-endpoints/{id}
Update URL‑endpoint
update-url-endpoint 1 param body → 200400401403404429
DELETE
/v1/accounts/url-endpoints/{id}
Delete URL‑endpoint
delete-url-endpoint 1 param → 204400401403404429

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are UrlEndpointResponse (5 properties), UrlEndpointRequest (4 properties). Each schema is shown below with its type and property counts.

OriginRequest
object
Schema for origin request resources.
OriginResponse
object
Origin object as returned by the API (sensitive fields removed).
UrlEndpointResponse
object
URL‑endpoint object as returned by the API.
5 properties 4 required
UrlEndpointRequest
object
Schema for URL endpoint resource.
4 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

imagekit-account-management-api-api-openapi.yml Raw ↑