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

360Learning Subscriptions API

The Subscriptions API from 360Learning — 8 operation(s) for subscriptions.

360Learning Subscriptions API is one of 17 APIs that 360Learning publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

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

Requests are made against 2 base URLs: https://app.360learning.com, https://app.us.360learning.com.

11 operations 8 paths 8 schemas 1 DELETE4 GET1 PATCH5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://app.360learning.com/api/v2
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

360Learning Subscriptions API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2).

  • oauth2 — Use the token from the authentication endpoint in the Authorization header. Example: Authorization: Bearer

Paths & Operations 11

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

Subscriptions 11
POST
/api/v2/bulk/notifications/subscriptions
Create email subscription events
v2.bulk.subscriptions.CreateSubscriptionEventsController_createSubscriptionEvents 1 param body → 202400401403429503
POST
/api/v2/webhooks/subscriptions
Create a webhook subscription
v2.webhook.subscriptions.CreateSubscriptionController_createSubscription 1 param body → 201400401403429
GET
/api/v2/webhooks/subscriptions
List all webhook subscriptions
v2.webhook.subscriptions.GetSubscriptionsController_getSubscriptions 2 params → 200401403429
DELETE
/api/v2/webhooks/subscriptions/{subscriptionId}
Delete a webhook subscription
v2.webhook.subscriptions.DeleteSubscriptionController_deleteSubscription 2 params → 204401403404429
GET
/api/v2/webhooks/subscriptions/{subscriptionId}
Retrieve a webhook subscription
v2.webhook.subscriptions.GetSubscriptionController_getSubscription 2 params → 200401403404429
PATCH
/api/v2/webhooks/subscriptions/{subscriptionId}
Edit a webhook subscription
v2.webhook.subscriptions.UpdateSubscriptionController_updateSubscription 2 params body → 200400401403404429
GET
/api/v2/webhooks/subscriptions/{subscriptionId}/events
List all events for a webhook subscription
v2.webhook.subscriptions.GetEventsController_getEvents 4 params → 200401403404429
GET
/api/v2/webhooks/subscriptions/{subscriptionId}/secrets
Retrieve the signing secret of a webhook subscription
v2.webhook.subscriptions.GetSigningSecretController_getSigningSecret 2 params → 200401403404429
POST
/api/v2/webhooks/subscriptions/{subscriptionId}/events/retry-failure
Retry the failed webhook events of a webhook subscription
v2.webhook.subscriptions.RetryEventFailuresController_retryEventFailures 2 params body → 204400401403404429
POST
/api/v2/webhooks/subscriptions/{subscriptionId}/events/retry-success
Retry the successful webhook events of a webhook subscription
v2.webhook.subscriptions.RetryEventSuccessesController_retryEventSuccesses 2 params body → 204400401403404429
POST
/api/v2/webhooks/subscriptions/{subscriptionId}/secrets/rotate
Rotate the signing secret of a webhook subscription
v2.webhook.subscriptions.RotateSigningSecretController_rotateSigningSecret 2 params → 201401403404429

Schemas 8

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

RetryEventsDTO
object
2 properties 2 required
SubscriptionDTO
object
5 properties 5 required
EventDTO
object
4 properties 4 required
SigningSecretDTO
object
1 property 1 required
PatchSubscriptionDTO
object
3 properties
BaseSubscriptionDTO
object
3 properties 3 required
CreateSubscriptionEventsBody
object
1 property 1 required
SubscriptionEventDTO
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

360learning-subscriptions-api-openapi.yml Raw ↑

Other APIs 360Learning publishes across the network.

360Learning Authentication API
360Learning Certificate Outlines API
360Learning Classrooms API
360Learning Courses API
360Learning Custom Fields API
360Learning Custom Links API
360Learning External IDs API
360Learning Groups API
360Learning Integrations API
360Learning Learning Needs API
360Learning Operations API
360Learning Paths API