Skip to main content
GET
Browse programs
Pilot API — Available on Sandbox only at this stage. Endpoint is under active development and may change without notice. Not yet available in production.

Query Parameters

page
integer
default:1

Page number (starts from 1).

Required range: x >= 1
limit
integer
default:10

Results per page (max 100).

Required range: 1 <= x <= 100
sortBy
string

Field to sort by.

sortOrder
enum<string>
default:DESC

Sort direction.

Available options:
ASC,
DESC

Response

200 - application/json

Paginated list of programs.

Standard API response envelope used by all Catalog endpoints.

code
integer

Response code. 80000000 indicates success.

Example:

80000000

msg
string

Human-readable status message.

Example:

"success"

data
any

Response payload. Shape varies per endpoint.

timestamp
integer

UNIX timestamp in milliseconds.

Example:

1772530828000