API Reference

Modifies the company profile details such as your company logo, icon, and bio only.

To update your company profile, send a PATCH request to the update company profile endpoint In the request body/parameters, include the property (company_logo, company_icon or company_bio) you want to update alongside the new value. Once the request is successfully processed, a JSON object containing the response message with status code 200 OK will be returned.

📘

In order to update your company logo or icon, you will need to upload the image file to a storage service like Amazon S3 or Cloudinary first. Once the file is uploaded, you can retrieve the URL of the uploaded image file (which will be used for the logo or icon) and include it in the request body.

To try this endpoint, replace the body parameters and api-access-key values below with yours.

🚧

The company profile will be updated while trying this endpoint.

Language
Click Try It! to start a request and see the response here!