Home > Use Public APIs for Job Information > Gets Access Token
Export to PDFGets the access token to authenticate with Cloud Backup for IaaS + PaaS Public API. To get the access token, specify the following attributes:
| Element | Description |
|---|---|
| identityServiceUrl | For Commercial environment, use: https://identity.avepointonlineservices.com For U.S. Government environment, use:https://identity-gov.avepointonlineservices.com |
| clientId | Specifies the application (client) ID of the app you registered through AvePoint Online Services > Administration > App registrations. |
| scope | Specifies the permission that has been granted to the app. For Cloud Backup for IaaS + PaaS, the value is platformbackup.readwrite.all. |
| certificateThumbprint | The thumbprint of the corresponding .pfx certificate file of the .cer certificate you used when registering the app. |
| TokenLifetimeInMinutes | Specifies an expiration time for the retrieved token. The unit of time is Minute. |