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

APIs.io Engineering Platform Calls Apps API

The Calls Apps API from APIs.io Engineering Platform — 2 operation(s) for calls apps.

This API exposes 5 operations across 2 paths, and defines 17 schemas. It is described by OpenAPI 3.0.0, at version 2015-07-09.

Requests are made against 4 base URLs: http://apigateway.{region}.amazonaws.com, https://apigateway.{region}.amazonaws.com, http://apigateway.{region}.amazonaws.com.cn, https://apigateway.{region}.amazonaws.com.cn.

5 operations 2 paths 17 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2015-07-09
Base URL
https://{bucketname}.s3.amazonaws.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

APIs.io Engineering Platform Calls Apps API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (hmac). By default, every request must be authenticated.

  • hmac — Amazon Signature authorization v4

Paths & Operations 5

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

Calls Apps 5
GET
/accounts/{account_id}/calls/apps
APIs.io Engineering Platform List apps
calls-apps-list 1 param → 4XX200
POST
/accounts/{account_id}/calls/apps
APIs.io Engineering Platform Create a new app
calls-apps-create-a-new-app 1 param body → 201
DELETE
/accounts/{account_id}/calls/apps/{app_id}
APIs.io Engineering Platform Delete app
calls-apps-delete-app 2 params → 4XX200
GET
/accounts/{account_id}/calls/apps/{app_id}
APIs.io Engineering Platform Retrieve app details
calls-apps-retrieve-app-details 2 params → 4XX200
PUT
/accounts/{account_id}/calls/apps/{app_id}
APIs.io Engineering Platform Edit app details
calls-apps-update-app-details 2 params body → 4XX200

Schemas 17

The contract defines 17 schemas that model the data the API accepts and returns. The most detailed are calls_app_with_secret (5 properties), calls_api-response-common-failure (4 properties), calls_app (4 properties), calls_api-response-common (3 properties). Each schema is shown below with its type and property counts.

calls_api-response-common-failure
object
4 properties 4 required
calls_identifier
string
A Cloudflare-generated unique identifier for a item.
calls_app_with_secret
object
5 properties
calls_api-response-single
object
calls_app_response_collection
calls_app_editable_fields
object
1 property
calls_app_response_single
calls_name
string
A short description of Calls app, not shown to end users.
calls_secret
string
Bearer token
calls_account_identifier
string
The account identifier tag.
calls_app
object
4 properties
calls_modified
string
The date and time the item was last modified.
calls_app_response_single_with_secret
calls_api-response-common
object
3 properties 3 required
calls_turn_key
string
Bearer token
calls_created
string
The date and time the item was created.
calls_messages
array

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

engineering-platform-calls-apps-api-openapi.yml Raw ↑