cURL
curl --request GET \ --url https://app.kapso.ai/api/v1/whatsapp_configs/{whatsapp_config_id}/display_name_requests \ --header 'X-API-Key: <api-key>'
{ "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" } ], "meta": { "page": 1, "per_page": 20, "total_pages": 5, "total_count": 100 } }
Returns the display name request history for a WhatsApp configuration (most recent first)
Your project API key
x >= 1
1 <= x <= 100
A list of display name requests
Show child attributes