curl --request POST \
--url https://api.example.com/admin/endpoint/all \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}Gets all API endpoints that exist in the system, used for filtering and reporting. Only supports the English language.
curl --request POST \
--url https://api.example.com/admin/endpoint/all \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}