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

R2 callbacks API

The callbacks API from R2 — 2 operation(s) for callbacks.

R2 callbacks API is one of 8 APIs that R2 publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include callbacks. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 4 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.0.0, at version 0.1.

Requests are made against 2 base URLs: https://gateway-dev.r2capital.co:443/v2, https://gateway-dev.r2capital.co/v2/.

4 operations 2 paths 2 schemas 2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
0.1
Base URL
https://gateway-dev.r2capital.co/v2/
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

R2 callbacks API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (JWT).

Paths & Operations 4

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

callbacks 4
GET
/callbacks/{id}
Show a callback by its id as filtering key.
1 param → 200400404500
PUT
/callbacks/{id}
Update a callback.
1 param body → 200400404500
GET
/callbacks/
Show all callbacks.
3 params → 200400404500
POST
/callbacks/
Add a new callback.
body → 201400404500

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are callbacks.Callback (4 properties), callbacks.CallbackRequest (1 property). Each schema is shown below with its type and property counts.

callbacks.CallbackRequest
object
1 property
callbacks.Callback
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

r2-callbacks-api-openapi.yml Raw ↑

Other APIs R2 publishes across the network.

R2 collections API
R2 events API
R2 financings API
R2 merchants API
R2 payments API
R2 Sandbox API
R2 transactions API