GET
/
api
/
v1
/
membership_levels
curl --request GET \
  --url https://memberkit.com.br/api/v1/membership_levels
[
  {
    "id": 123,
    "name": "<string>",
    "trial_period": 123,
    "classroom_ids": [
      123
    ],
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

api_key
string
query
required

Response

200 - application/json

The response is of type object[].