Pular para o conteúdo

List all course materials

GET /v1/courses

No arguments.

Returns a list of courses.

HTTP request

GET /v1/courses HTTP/1.1
Host: api.celula.in
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.TJVA95OrM7E2cBab30RMHrHDcEfxjoYZgeFONFh7HgQ

JSON response

{
"data": [
{
"type": "courses",
"id": "1234asdf1234asdf1234asdf",
"attributes": {},
"relationships": {}
}
]
}