Create/ Update Business Profile About

Request Parameters

KeyDescriptionConstraints
Headers
apikeyApikey of the account where the app is to be createdShould be a valid gupshup.io apikey
Path Params
appIdValid app id
Form Params
aboutBusiness profile about

Response Parameters

KeyDescriptionConstraints
aboutContains field “message” which contains the business profile about

Status Codes

Status Code

Response

Comments

Success

200

{
  "message": "profile photo deleted successfully",
  "status": "success"
}
Error

400

{
  "status": "error",
  "message": "Invalid app id provided"
}

When invalid/empty appId is provided

400

{
  "status": "error",
  "message": "Please provide valid details"
}

When invalid/empty about filed is provided

400

{
  "status": "error",
  "message": "app is not live"
}

When the app is not live

400

{
  "status": "error",
  "message": "Unable to Authenticate Docker"
}

When docker authentication fails

400

{
  "status": "error",
  "error": `<Facebook error response>`
}

When Facebook returns an error while setting business profile details

401

{
  "status": "error",
  "message": "Authentication Failed"
}

When API key is unauthorized

429

{
  "status": "error",
  "message": "Too Many Requests"
}

When the rate limit is exceeded

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