Skip to main content
GET
/
v1
/
console
/
programmes
/
{programme_id}
Get Programme
curl --request GET \
  --url http://localhost:8000/v1/console/programmes/{programme_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "code": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "id": "<string>",
    "is_active": true,
    "name": "<string>",
    "description": "<string>",
    "updated_at": "2023-11-07T05:31:56Z"
  },
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your JWT access token

Path Parameters

programme_id
string
required

Response

Successful Response

data
ProgrammeResponse · object
message
string | null
success
boolean
default:true