GET
/
api
/
v1
/
courses
curl --request GET \
  --url https://memberkit.com.br/api/v1/courses
[
  {
    "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

api_key
string
query
required

Query Parameters

page
integer

Número da página.

Response

200 - application/json
id
integer
required
name
string
required
description
string
required
position
integer
required
image_url
string | null
required
page_checkout_url
string | null
required
created_at
string
required
updated_at
string
required
category
object
required