S
Samva
S
Samva
DashboardAPISamva DocumentationQuickstart GuideAuthentication

Api referenceWhatsapp

Get WhatsApp Template Status

GET
/whatsapp/templates/:templateId/status

Authorization

apiKey
X-API-Key<token>

API key for authentication

In: header

Query Parameters

templateId*string
Formatuuid

Response Body

application/json

curl -X GET "https://samva.app/api/v1/whatsapp/templates/:templateId/status?templateId=497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "name": "string",
  "status": "active",
  "externalTemplateId": "string"
}
curl -X GET "https://samva.app/api/v1/whatsapp/templates/:templateId/status?templateId=497f6eca-6276-4993-bfeb-53cbbbba6f08"