Identity

Created by Anoop, Modified on Fri, 5 Jul at 10:53 AM by Anoop

Invoke the retrieve a profile API. It contains information about the creator's identity (as provided by the platform) like name, photo, address, mobile number, address, and other identity-related information.

Invoke the retrieve an account API. It contains information about the creator's connected accounts.



The Profiles Webhooks are configured to notify you whenever a creator profile is synced successfully. This will provide you the Profile ID in the following format. 


{

 "event": "PROFILES.ADDED",

 "name": "profile added",

 "data": {

   "account_id": "4544993eac6f4c4a9ec27e23f6cb8c56",

   "user_id": "6bd84fa308f84e66abf108fd3d29f9ef",

   "profile_id": "74e5f67b9df04cbeba0894d749561447",

   "last_updated_time": "2021-11-10 12:59:51.874364"

 }

}


You could also use the Retrieve all profiles API to fetch the associated profile IDs. These profile IDs can be used  to individually fetch the profile information required for that profile.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article