Get avatar

Get avatar image for an account using a unique ID.

To use this endpoint from the browser, you’ll need to specify the /profile-enrichment.read scope when generating a token.
GET
/avatars/{uniqueID}
cURL
1
2
curl -X GET "https://api.moov.io/avatars/{uniqueID}" \
  -H "Authorization: Bearer {token}" \
200 404 429
The avatar image
No image with the specified uniqueID was found.
Request was refused due to rate limiting.

Retry-After

number

Path parameters

uniqueID

string required
Any unique ID associated with an account such as accountID, representativeID, routing number, or userID.