Url = Request Authentication token
"; echo "For more information about Authentication and Access Control for User Applications see "; echo ""; echo "Amazon WorkDocs Developer Guide
"; $guzzle = new httpClient([ 'base_uri' => $url ]); $response = $guzzle->request('GET'); // snippet-end:[workdocs.php.get_authorization_token.main] // snippet-end:[workdocs.php.get_authorization_token.complete] // snippet-sourceauthor:[jschwarzwalder (AWS)]