GuidesRecipesAPI Reference
Log In
API Reference

Update a loan officer's image

This endpoint will upload images for a loan officer. Supported images with their corresponding image_keys, file types and dimensions are listed in the table below.

🙇

Heads up!

All image file uploads should be base64 encoded.

<tr>
	<th>Image Key</th>
	<th>Supported File Types</th>
	<th>Image Dimensions</th>
</tr>
<tr>
	<td>profile</td>
	<td>
		<ul>
			<li>.jpeg</li>
			<li>.jpg</li>
			<li>.png</li>
		</ul>
	</td>
	<td>192x192</td>
</tr>
<tr>
	<td>header</td>
	<td>
		<ul>
			<li>.jpeg</li>
			<li>.jpg</li>
			<li>.png</li>
		</ul>
	</td>
	<td>640x200</td>
</tr>
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
enum
required

Image to be updated.

Allowed:
uuid
required

Loan officer ID.

Body Params

Available properties for updating an image.

string
required

Base64-encoded image data without metadata with a file type of [jpg, jpeg, png].

Headers
string

Specify API version, for example '1.0'. By default, the version configured in the company settings is used.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json