Skip to content

Get Podcasts

This endpoint will retrieve a list of podcast resources

Request

GET /resources/podcasts

Authorization

N/A

Headers

N/A

Query Parameters

N/A for now, but that will chance once this endpoint supports continuation tokens

Response

Response Status Code More Information
Success 200 Resources will be provided in body of result
Internal Server Error 500 Unknown error

Headers

N/A

Body

Will contain a list of resources that follow this format

[
    {
        "title": "<title-of-resource>",
        "description": "<description-of-resource>",
        "url": "<url-of-resource>"
    }
]