cURL
curl --request GET \ --url https://api.example.com/api/v1/apps/{app_slug}/endpoint-options \ --header 'Authorization: Bearer <token>'
[ { "method": "<string>", "path": "<string>", "total_requests": 123 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK