cURL
curl --request POST \ --url https://whatsrb.com/api/v1/business_accounts/{business_account_id}/templates/{id}/clone \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "meta_template_id": "<string>", "name": "<string>", "category": "MARKETING", "status": "approved", "language": "<string>", "header_type": "<string>", "components": {}, "variable_examples": {}, "rejection_reason": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Creates a copy with _copy appended to the name.
_copy
API key from the WhatsRB dashboard. Format: Bearer wrb_live_xxx
Bearer wrb_live_xxx
Created
Show child attributes