Identities

Create Identity

POST https://api.uproofs.apio.cc/identities

Headers

Request Body

Get Identity

GET https://api.uproofs.apio.cc/identities

This endpoint allows you to get your registered identity

Headers

{
    "status": true,
    "data": {
        "status": "disabled",
        "company": {
            "verified": false,
            "_id": "60df5d7f789d436a860f5447",
            "name": "APIO2 S.p.A.",
            "domain": "apio.cc"
        },
        "defaultIdentity": {
            "_id": "60df5d7f789d4307d60f5448",
            "publicKey": "0x6a2aa30c2910d1301622d5aabf05da7577c938fc",
            "encryptPrivate": {
                "_id": "60df5d7f789d43041a0f5449",
                "iv": "38a4e8d6255299136ed599b956c45f09",
                "content": "fb2bc7020bf8c40c38832eaeb608c30355bfac9a8302a365e94e3f63e523fdcb09543fd01427effbeb5c6f0f6317d43f7032a300dfee66cf2a07731cdcec1fd2"
            }
        },
        "accountId": "8fc9d70a-682a-4587-9793-985120613f04",
        "uuid": "0a8a3015-6401-418f-bd9c-83cccbb24964",
        "createdAt": "2021-07-02T18:39:59.505Z",
        "updatedAt": "2021-07-06T08:51:22.873Z"
    }
}

Last updated