Proxy API
Send requests directly to an integration provider, on behalf of Connected Users. The Proxy API allows you to access any third-party provider's API methods via Paragon's managed credential handling. Supports any HTTP verb and accepts JSON request bodies. Along with Workflows, the Proxy API is one of two primary ways to build integrations with Paragon.
Proxy API is one of 10 APIs that Paragon publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Embedded Integrations, Proxy, and Integrations. The published artifact set on APIs.io includes API documentation, an OpenAPI specification, and a JSON-LD context.
This API exposes 7 operations across 2 paths. It is described by OpenAPI 3.1.0, at version 1.0.0.
Requests are made against a single base URL, https://actionkit.useparagon.com.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 1
Proxy API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (bearerAuth).
By default, every request must be authenticated.
bearerAuth— Paragon User Token. A signed JWT token used to authenticate a Connected User.
Paths & Operations 7
Across 2 paths, the API surfaces 7 operations — 1 DELETE, 2 GET, 1 PATCH, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Proxy requests to third-party integration APIs.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Paragon 9
Other APIs Paragon publishes across the network.