get https://api-sbx.sidedrawersbx.com/api/v1/users/accounts/open-id/
Returns an Account and its information given the associated OpenID.
Response
Returns an Account and its information given the associated OpenID.
xxxxxxxxxx
curl --request GET \
--url https://api-sbx.sidedrawersbx.com/api/v1/users/accounts/open-id/openId \
--header 'accept: application/json'
xxxxxxxxxx
34}
{
"openId": "string",
"username": "string",
"firstName": "string",
"lastName": "string",
"profilePhoto": "string",
"dateOfBirth": "2025-04-02T06:08:37.294Z",
"maritalStatus": "single",
"primaryResidence": {
"buildingNumber": "string",
"streetName": "string",
"unitNumber": "string",
"city": "string",
"provinceState": "string",
"postalZip": "string",
"country": "string"
},
"gender": "female",
"emails": [
{
"primary": true,
"verified": true,
"address": "string"
}
],