Endpoint
Headers
string
required
Your public API key.
string
required
Your API secret. Use a
stl_test_... value in sandbox, stl_live_... in production.string
required
Your business ID.
Query parameters
integer
Page number. Defaults to
1.integer
Records per page. Defaults to
10.string
Filter by package name.
string
Filter by billing interval.
string
Filter by subscription amount (in kobo).
string
Search across subscription fields by keyword.
Response
boolean
true on success.string
Human-readable outcome.
array
Array of subscription objects.
string
Unique subscription ID.
string
Name of the subscription package.
string
Billing amount in kobo.
string
Billing interval.
string
The business this subscription belongs to.
string
The client account this subscription belongs to.
integer
The current page number.
integer
The page size used for this response.
integer
Total number of records matching the current query, across all pages.
integer
The final page number, derived from
total รท limit. See Pagination โ this endpoint uses Shape B.