Returns the public profile image.

Returns the public available profile image of a user/workspace or a default image if none is available. For users, the default is a generated image of the user’s initials.

Path parameters

entityTypestringRequired

The entity type for which we are requesting the image. Can be ‘user’ or ‘workspace’

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

tokenstringOptional

The token to allow access.

Response

OK