Referência de API
Academies
Classrooms
Memberships
Users
Comments
Courses
Lista cursos
Retorna uma lista de cursos cadastrados.
GET
/
api
/
v1
/
courses
Copy
Ask AI
curl --request GET \
--url https://memberkit.com.br/api/v1/courses
Copy
Ask AI
[
{
"id": 123,
"name": "<string>",
"description": "<string>",
"position": 123,
"image_url": "<string>",
"page_checkout_url": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"category": {
"id": 123,
"name": "<string>",
"position": 123
}
}
]
Authorizations
Query Parameters
Número da página.
Response
200 - application/json
The response is of type object[]
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://memberkit.com.br/api/v1/courses
Copy
Ask AI
[
{
"id": 123,
"name": "<string>",
"description": "<string>",
"position": 123,
"image_url": "<string>",
"page_checkout_url": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"category": {
"id": 123,
"name": "<string>",
"position": 123
}
}
]
Assistant
Responses are generated using AI and may contain mistakes.