GET
/
accounts
/
profile
curl --request GET \
  --url https://server.ownid.com/{appId}/accounts/profile \
  --header 'Authorization: Bearer <token>'
{
  "firstName": "Sassi",
  "lastName": "Keshet"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Successfully retrieved account data.

The response is of type object.