POST
/
passwords
curl --request POST \
  --url https://api.furo.one/passwords \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>",
  "password": "<string>"
}'
{
  "uid": "b60e0ac6-53bb-4df9-a3c9-5341e733e2b1",
  "project_id": "5a29836171ac5655c92f4effe64d17ab",
  "email": "abcd@test.com",
  "profile_url": "",
  "preferred_username": "",
  "thumbnail_url": "",
  "name": {
    "given_name": "",
    "family_name": "",
    "formatted": ""
  },
  "display_name": "",
  "about_me": "",
  "current_location": "",
  "sign_in_methods": {
    "idpw": {
      "enabled": true
    }
  },
  "verified": {
    "email": false,
    "sms": false
  },
  "address": "0x34Be5Aef96Dd94a26B52238F8f4AE1b5d28cf4f3",
  "wallet": {
    "address": "0x34Be5Aef96Dd94a26B52238F8f4AE1b5d28cf4f3",
    "type": "furo"
  },
  "created_at": "2023-04-11T01:50:13.764Z",
  "modified_at": "2023-04-11T01:50:13.764Z",
  "photos": [],
  "urls": []
}

Body

email
string
required

User Email

password
string
required

User Password

{
  "uid": "b60e0ac6-53bb-4df9-a3c9-5341e733e2b1",
  "project_id": "5a29836171ac5655c92f4effe64d17ab",
  "email": "abcd@test.com",
  "profile_url": "",
  "preferred_username": "",
  "thumbnail_url": "",
  "name": {
    "given_name": "",
    "family_name": "",
    "formatted": ""
  },
  "display_name": "",
  "about_me": "",
  "current_location": "",
  "sign_in_methods": {
    "idpw": {
      "enabled": true
    }
  },
  "verified": {
    "email": false,
    "sms": false
  },
  "address": "0x34Be5Aef96Dd94a26B52238F8f4AE1b5d28cf4f3",
  "wallet": {
    "address": "0x34Be5Aef96Dd94a26B52238F8f4AE1b5d28cf4f3",
    "type": "furo"
  },
  "created_at": "2023-04-11T01:50:13.764Z",
  "modified_at": "2023-04-11T01:50:13.764Z",
  "photos": [],
  "urls": []
}