Create Account on Dyor App

Curated by

Dyor Exchange

ID Type

EMAIL

Cred Type

REST

# of Holders

0

Last Update Time

08/31/2024, 17:49:37

Method

GET

Endpoint

https://prod.account.dyor-server.com/***

Expression

function checkMiks(miks) {
    if (Object.hasOwn(miks.data, 'email')) {
        return 1;
    }
    
    return 0;
}