🚀 Version 2.0 is now live! See our changelog for details
curl --request GET \
--url https://api.tenbyte.io/v1/cdn/distributions/count \
--header 'Authorization: Bearer <token>'{
"data": {
"count": 3
},
"message": "Request processed successfully.",
"success": true
}curl --request GET \
--url https://api.tenbyte.io/v1/cdn/distributions/count \
--header 'Authorization: Bearer <token>'{
"data": {
"count": 3
},
"message": "Request processed successfully.",
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.