Package io.moov.sdk
Class Avatars
- java.lang.Object
-
- io.moov.sdk.Avatars
-
public class Avatars extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAvatarRequestBuilderget()Get avatar image for an account using a unique ID.GetAvatarResponseget(java.lang.String uniqueID)Get avatar image for an account using a unique ID.
-
-
-
Method Detail
-
get
public GetAvatarRequestBuilder get()
Get avatar image for an account using a unique ID.To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/profile-enrichment.read` scope.
- Returns:
- The call builder
-
get
public GetAvatarResponse get(java.lang.String uniqueID) throws java.lang.Exception
Get avatar image for an account using a unique ID.To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/profile-enrichment.read` scope.
- Parameters:
uniqueID- Any unique ID associated with an account such as accountID, representativeID, routing number, or userID.- Returns:
- The response from the API call
- Throws:
java.lang.Exception- if the API call fails
-
-