List programs

Get programs formatted as a list.

Error cases

Wrong type in query param (400)

{
    "status": 400,
    "errors": [
        {
            "error_key": "per_page",
            "error": "wrong_type",
            "error_description": "This value should be of type numeric."
        },
        {
            "error_key": "per_page",
            "error": "wrong_value",
            "error_description": "This value should be greater than 0."
        }
    ]
}
Language
Authorization
Bearer
JWT
URL
Click Try It! to start a request and see the response here!