cURL
curl --request POST \ --url https://dashboard-api.meshconnect.com/admin/api/v1/SubClient/{id}/logo \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form logoFile=@example-file
{ "status": "ok", "message": "<string>", "displayMessage": "<string>", "errorHash": "<string>", "errorType": "<string>", "errorData": "<any>", "content": { "logoUrl": "<string>" } }
Authorization header using the Bearer scheme. Example: "Authorization: Bearer {Value}"
OK
The response is of type object.
object
Was this page helpful?