curl --request GET \
--url https://api.myscalev.com/v3/waba-customer-tags \
--header 'Authorization: Bearer <token>'{
"data": [
"<unknown>"
],
"is_paginated": true,
"has_next": true,
"last_id": 123,
"page_size": 123,
"page": 123
}Requires the waba_account:operate machine scope.
curl --request GET \
--url https://api.myscalev.com/v3/waba-customer-tags \
--header 'Authorization: Bearer <token>'{
"data": [
"<unknown>"
],
"is_paginated": true,
"has_next": true,
"last_id": 123,
"page_size": 123,
"page": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.