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