getEnrollStages

Obtiene el listado de estados de pre-matrícula

getEnrollStages

POST https://{YOUR_CLASSLIFE_DOMAIN}/app/apilead.php

Request Body

NameTypeDescription

perform*

string

getEnrollStages

apiKey*

string

{APIKEY}

{
    "status": "success",
    "data": [
        {
            "enroll_stage_id": 1,
            "enroll_stage_title": "Proceso iniciado"
        }, ...
   ]
}

Última actualización