Skip to main content
POST
/
public
/
v1
/
campaigns
/
{id}
/
accounts
Add WhatsApp account to campaign
curl --request POST \
  --url https://api.hostreach.io/v1/public/v1/campaigns/{id}/accounts \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{}'

Documentation Index

Fetch the complete documentation index at: https://docs.hostreach.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

API key (hr_live_... or hr_test_...). Generate from Settings › Workspace › Acceso API.

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

201 - undefined