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.

Authentication

AuthorizationBearer

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

Path parameters

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

Query parameters

tokenstringOptional
The token to allow access.

Response

OK