Get image by ID
GET /images/{imageId}
Allows retrieving images of client profiles/signatures or any other images via api calls. The iamge ID can be found by, for example, making a GET request for the client.
Images will be returned as a base64 encoded string.
Request