Making Authenticated RequestsCopy Page Making Authenticated Requests Once you have an access token, include it in the Authorization header of your API requests: Bashcurl --request GET \ --url '<HUB_URL>/account/all' \ --header 'Authorization: <YOUR_ACCESS_TOKEN>' Updated 9 months ago What’s NextCreate AccountDid this page help you?YesNo