Returns a WhatsApp Business Account from the system
cURL
curl --request GET \ --url https://backend.wassist.app/api/v1/whatsapp-accounts/{id}/ \ --header 'X-API-Key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "waId": "<string>", "phoneNumbers": "<string>", "templatesUrl": "<string>", "name": "<string>" }
API key authentication. Pass your API key in the X-API-Key header.
255
Was this page helpful?