Generate Access Token

Generates an OAuth2 access token for authenticating API requests.

Code Examples

curl -X POST \
                           --url 'https://na1.foxitesign.foxit.com/api/oauth2/access_token' \
                           -H 'Accept: application/json' \
                           -d 'client_id=client_id8' \
                           -d 'client_secret=client_secret8' \
                           -d 'grant_type=client_credentials' \
                           -d 'scope=read-write'