curl --request GET \
--url https://api.myscalev.com/v3/whatsapp-integrations \
--header 'Authorization: Bearer <token>'{
"data": [
"<unknown>"
],
"is_paginated": false
}Requires the whats_app_integration:list machine scope.
curl --request GET \
--url https://api.myscalev.com/v3/whatsapp-integrations \
--header 'Authorization: Bearer <token>'{
"data": [
"<unknown>"
],
"is_paginated": false
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.