Channelsv4
Update channel profile
PUT
/channels/{channel}/profileStores channel profile metadata (e.g. display name, avatar). The profile object is stored verbatim under metadata.profile.
Path parameters
channelRequiredstringThe channel reference — the same three forms from accepts: a phone number (URL-encode + as %2B), a channel alias, or the exact channel id (ch_...).
Headers
AuthorizationRequiredstringYour API key, sent as a bearer token: Authorization: Bearer <api_key>. Editing this stays in sync with the API key box on the right.
Bearer
Body parameters
JSONobject
Returns
dataoptionalobject
dataoptionalobjectchannel_idoptionalstringtypeoptionalstring"blooio""twilio""whatsapp""whatsapp_business""rcs_business"profileoptionalobjectResponse codes
200Updated profile
400The request was malformed — check the path, query parameters, and body.
401Your API key is missing or invalid. Pass it as a bearer token.
404No channel was found with the provided `channel`.
Sends a live request with your values and shows the real response below. Your key is stored only in this browser.
curl -X PUT https://api.blooio.com/v4/channels/string/profile \{ "data": { "channel_id": "ch_a1b2c3d4", "type": "blooio", "profile": {} }}