Returns the account profile data.
cURL
curl --request GET \ --url https://server.ownid.com/{appId}/accounts/profile \ --header 'Authorization: Bearer <token>'
{ "firstName": "Sassi", "lastName": "Keshet" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved account data.
The response is of type object.
object
Was this page helpful?