Referência de API
Academies
Classrooms
Memberships
Users
Comments
Academies
Retorna conta
Retorna área de membros autenticada.
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
Response
200 - application/json
The response is of type object
.
Was this page helpful?
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"
}