Last delete

Return the id of the users who have deleted their account (or revoked their authorization)

Access

GET https://api.doyoubuzz.com/app/lastdelete/?since=:since&apiKey=:apiKey

Parameters

Name Description Type
since mandatory Datetime since the last delete See accepted formats. For example '2012-05-05 18:03:36' or @946684800

Examples

{
"since":"1970-01-01 00:00:01",
"users":{
"user":[
{
"id":"2697"
},
{
"id":"2698"
},
{
"id":"2699"
}
]
}
}


    1970-01-01 00:00:01
    
        
            2697
        
        
            2698
        
        
            2699