v1

latestOpenAPI 3.0.12026-07-225791279.7 KB
Subscription Plans

Get Plan Details

This endpoint retrieves the details of a specific subscription plan.

get/subscription/api/v1/subscription-plans/{planCode}

Path parameters

planCodestring required

The unique identifier of the subscription plan.

Response

Subscription plan details retrieved successfully

successboolean

Indicates if the request was successful.

messagestring

Descriptive message regarding the operation.

Example response

{
  "success": true,
  "message": "Success",
  "data": {
    "id": 34,
    "name": "The FIRST Day",
    "description": "Superior marketing",
    "amount": 800,
    "currency": "NGN",
    "interval": "MONTHLY",
    "intervalCount": 1,
    "trialPeriodDays": 5,
    "billingLimit": 2,
    "status": "ACTIVE",
    "planCode": "PLN_DD41251",
    "createdAt": "2026-07-08T16:42:53.051861",
    "updatedAt": "2026-07-08T17:25:31.342978"
  }
}