GET
/
api
/
v1
/
academy
curl --request GET \
  --url https://memberkit.com.br/api/v1/academy
{
  "id": 123,
  "name": "<string>",
  "subdomain": "<string>",
  "custom_domain": "<string>",
  "email": "jsmith@example.com",
  "url": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

api_key
string
query
required

Response

200 - application/json
id
integer
required
name
string
required
subdomain
string
required
custom_domain
string
required
email
string
required
url
string
required
created_at
string
required
updated_at
string
required