Complete KYC

Curated by

IXFI

ID Type

EMAIL

Cred Type

REST

# of Holders

203

Last Update Time

05/29/2025, 11:52:42

Method

POST

Header

{"token":"***"}

Endpoint

https://api.eu-central-1.ixfi.com/***

Body

{
"email": "$socialId",
"slug": "new-complete-kyc"
}

Expression

function (data) {
    if(data != undefined && data.is_completed){
        return 1
    }
    
    return 0
}