Edit in GitHubLog an issue

Authentication

How to get started?

STEP 1: Get Credentials - Invoking PDF Services API requires an Adobe-provided credential. To get one, click here, and complete the workflow. Be sure to copy and save the credential values to a secure location.

Validity term: The certificate associated with your credential is valid for one year. However, you can simply regenerate a new credential or apply a new certificate to the current credential from the Document Cloud Developer Console.

STEP 2: Generate JWT - Use the credential created in STEP-1 to generate a signed JSON Web Token (JWT). There are following two ways to generate JWT:

• Using Adobe IO Console:

Goto Document Cloud Developer Console > Select your newly created Integration > Click on "Service Account (JWT)" > Goto "Generate JWT" tab.

Paste your private.key (from the Credentials zip downloaded in STEP-1) > Click on "Generate token".

Save the Generated JWT and Sample cURL command to retrieve access_token in STEP-3.

• Using JWT Libraries: The steps to generate the JWT using libraries can be referred from here.

Use sample code in your preferred programming language to generate JWT. While generating JWT use the metascope as mentioned here.

STEP 3: Retrieve Access Token - The PDF Services APIs require an access_token to authorize the request. Use the "Get AccessToken" API from the Postman Collection with your client_id, client_secret (mentioned in the pdfservices-api-credentials.json file present in the Credentials zip downloaded in STEP-1) and the above generated JWT to get the access_token OR directly use the saved Sample cURL command in STEP-2 to get the access_token.

Follow this link How to retrieve Access Token? to understand the request format to get the access_token.

Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.