JavaScript
User Profiles
Get a profile
GET /profiles/ retrieves the stored profile for the specified user, including saved contact details and any custom profile attributes.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A unique identifier representing the user associated with the requested profile.