Step 4: Call API Endpoints
Last updated
Last updated
Now that you have a valid access_token, you can start using the Beam API. To make an authenticated request of one of the Beam API endpoints, the Authorization
header must be supplied:
where <ACCESS_TOKEN>
is a valid access token for the given user. The Beam service will return with a JSON response.