Request Body

loginIdrequired
string

The unique identifier of a user in the database, usually email or phone.

Response

ownIdData
string

Object that was stored in your website’s database the last time the OwnID server made a POST /setOwnIdDataByLoginId request.

curl --location --request POST 'https://bazco.company/getOwnIDDataByLoginId' \
--header 'Content-Type: application/json' \
--data-raw '{
   "loginId":"sol@testmail.com"
}'
{
  "ownIdData": "<String>"
}