Update Image Field

Uploads or replaces an image for a specific field on an object (registrant, contact, or sponsor). Send as a multipart/form-data request with a single file parameter containing the image. The file must be no larger than 5MB and use a valid extension: jpg, jpeg, gif, png, webp, or svg. The image_type path parameter specifies the object type, image_id the object’s ID, and field_id the target image field (e.g., profile_picture).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

string - required - The model type of the object being affected ('registrant', 'contact' or 'sponsor')

integer
required

integer - required - The Swoogo ID of the object being affected

string
required

string - required - The ID of the image field to be updated (e.g. profile_picture, c_12345)

Body Params
file

Image file no larger than 1MB in size and has one of these valid extensions 'jpg', 'jpeg', 'gif', 'png', 'webp', 'svg'

Responses

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