Program
Fetch program
Get program overview.
GET https://api.partnero.com/v1/program
Response example
{
"data": {
"id": "HTA1FEFM",
"name": "Api Test 001",
"esp_type": "custom",
"esp_type_name": "Custom",
"total_subscribers": 1,
"total_referring": 0,
"total_referred": 0,
"created_at": "2025-04-30T15:15:12.000000Z"
},
"status": 1
}
Response Code: 200 OK
Content-Type: application/json
Delete program
Delete the program.
DELETE https://api.partnero.com/v1/program
Response
{
"status": 1
}
Response Code: 200 OK
Content-Type: application/json