Making API Calls
After receiving an access token, calls can now be made to your API(s) by passing the token in the authorization header of an HTTP request.
curl --header 'Authorization: Bearer $ACCESS_TOKEN' https://api.yourco.com/
For subscribers not utilizing Gobo proxies, the access token can also be passed by other means defined out-of-band as required by your system.
Last updated