Get Organization Photo
Purpose
To get the photo or logo of your organization.
Endpoints
- GET /org/photo
Request Details
Request URL
{api-domain}/crm/{version}/org/photo
Header
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Scope
scope=ZohoCRM.org.{operation_type}
Possible operation types
READ - Get organization photo or logo.
ALL - Full access to Organization data.
Sample Request
Possible Errors
- INVALID_REQUEST_METHODHTTP 400The http request method type is not a valid one 
 Resolution: You have specified an invalid HTTP method to access the API URL.
 Specify a valid request method. Refer to endpoints section above.
- OAUTH_SCOPE_MISMATCHHTTP 401Unauthorized 
 Resolution: Client does not have ZohoCRM.org.ALL / ZohoCRM.org.READ scope.
 Create a new client with valid scope. Refer to scope section above.
- AUTHENTICATION_FAILUREHTTP 401Authentication failed 
 Resolution: Pass the access token in the request header of the API call.
- NO_PERMISSIONHTTP 403Permission denied to read 
 Resolution: User does not have sufficient privilege to read organization photo.
 Contact your administrator.
- INVALID_URL_PATTERNHTTP 404Please check if the URL trying to access is a correct one 
 Resolution: The request URL specified is incorrect. Specify a valid request URL.Refer to request URL section above. 
- INTERNAL_ERRORHTTP 500Internal Server Error 
 Resolution: Unexpected and unhandled exception in the server. Contact support team.