You can get your profile and other users ‘s profiles using our API.

Our profile endpoint shows the actions and missions completed by a specified user, if you also specify an application the result will also contain the XP and reward token balances for the user.

curl --request GET \
  --url https://api.openformat.tech/v1/profile \
  --header 'X-API-KEY: <api-key>'