REST API
Get Prefill
API-Key: your-api-key-herecurl -X GET "https://astralis24.com/rest.php/get-prefill?lang=DE&page_id=lp3&tracking_code=abc123" \
-H "API-Key: your-api-key-here"{
"status": true,
"message": "Success",
"data": {
"prefill": "...",
"wa_number": "...",
"sim_no": "...",
"code_data": {
"KW_ABO": "...",
"short_code": "...",
"generated_code": "..."
}
}
}Last updated