Get profile image upload path
GET/operators/:operatorId/profile-image
Returns a signed URL the client can POST multipart/form-data to in order to upload a new profile image directly for an account owned operator. Only available to callers authorized to manage the operator.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Upload path generated successfully
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error