Skip to main content
POST
/
whatsapp_configs
/
{whatsapp_config_id}
/
display_name_requests
Submit a display name change
curl --request POST \
  --url https://app.kapso.ai/api/v1/whatsapp_configs/{whatsapp_config_id}/display_name_requests \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "display_name_request": {
    "new_display_name": "Acme Support"
  }
}'
{
  "data": {
    "id": "2b0f4a1e-7a58-4a15-b0c9-0d7f1a2b3c4d",
    "whatsapp_config_id": "4a5b6c7d-8e9f-0a1b-2c3d-4e5f6a7b8c9d",
    "requested_display_name": "Acme Support",
    "previous_display_name": "+1 555-123-4567",
    "status": "pending_review",
    "meta_error_code": 123,
    "meta_error_subcode": 123,
    "meta_error_type": "<string>",
    "meta_error_message": "<string>",
    "submitted_at": "2023-11-07T05:31:56Z",
    "reviewed_at": "2023-11-07T05:31:56Z",
    "applied_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

X-API-Key
string
header
required

Your project API key

Path Parameters

whatsapp_config_id
string<uuid>
required

Body

application/json
display_name_request
object
required

Response

Display name request created

data
object

WhatsApp display name change request record

I