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

Adapter reminders API

The reminders API from Adapter — 3 operation(s) for reminders.

Adapter reminders API is one of 26 APIs that Adapter publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include reminders. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 3 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against the base URL https://api.adapter.com.

6 operations 3 paths 4 schemas 1 DELETE3 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://api.adapter.com
Authentication
HTTP Basic, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Adapter reminders API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (HTTPBasic). It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 6

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

reminders 6
POST
/users/me/reminders
Create Reminder
create_reminder_users_me_reminders_post body → 200422
GET
/users/me/reminders
List Reminders
list_reminders_users_me_reminders_get 6 params → 200422
GET
/users/me/reminders/{reminder_id}
Get Reminder
get_reminder_users_me_reminders__reminder_id__get 1 param → 200422
DELETE
/users/me/reminders/{reminder_id}
Delete Reminder
delete_reminder_users_me_reminders__reminder_id__delete 1 param → 200422
PUT
/users/me/reminders/{reminder_id}
Update Reminder
update_reminder_users_me_reminders__reminder_id__put 1 param body → 200422
GET
/users/me/tasks
List Task Configs
list_task_configs_users_me_tasks_get → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are CreateReminderRequest (9 properties), UpdateReminderRequest (6 properties), ValidationError (5 properties), HTTPValidationError (1 property). Each schema is shown below with its type and property counts.

HTTPValidationError
object
1 property
CreateReminderRequest
object
Request model for creating a new reminder
9 properties 1 required
ValidationError
object
5 properties 3 required
UpdateReminderRequest
object
Request model for updating an existing reminder
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adapter-reminders-api-openapi.yml Raw ↑

Other APIs Adapter publishes across the network.

Adapter Adapter API API
Adapter assets API
Adapter auth API
Adapter conversations API
Adapter Docs API
Adapter Imessage API
Adapter knowledge API
Adapter life API
Adapter Line API
Adapter location API
Adapter management API
Adapter Oauth API