Fetch Modules
Get Cakes
GET
{{BASE_URL}}/api/v1/fe/program/modules?program_identifier=[program_id]
This endpoint allows you to get free cakes.
Path Parameters
Name
Type
Description
program_identifier
string
Program Identifier UUID
Headers
Name
Type
Description
Authentication
string
Authentication token to track down who is emptying our stocks.
{
"status": 200,
"message": "Modules successfully fetched",
"data": [
{
"identifier": "31b2166c-dccf-4c92-a124-209c1d86c07c",
"description": "Credit Scores & CRBs Tips",
"more_details": "More Details about Module"
},
{
"identifier": "3a45b50b-ca48-4616-9c5a-6f2568079304",
"description": "General Financial Tips",
"more_details": "More Details about Module"
}
]
}
Last updated
Was this helpful?