You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Authorize URL | The OAuth 2.0 Authorization URL for Acrobat Sign with the correct region/shard (this can be found in the URL when you are logged into the Adobe Sign web app). For example, if the URL is https://secure.na3.adobesign.com, the authorize URL would be 'https://secure.na3.adobesign.com/public/oauth/v2'|https://secure.na3.adobesign.com/public/oauth/v2|
44
-
| Token URL | The OAuth 2.0 Token URL for Acrobat Sign with the correct region/shard (this can be found in the URL when you are logged into the Adobe Sign web app). For example, if the URL is https://secure.na3.adobesign.com, the token URL would be 'https://secure.na3.adobesign.com/oauth/v2/token)|https://secure.na3.adobesign.com/oauth/v2/token|
45
-
| Refresh URL | The OAuth 2.0 Refresh URL for Acrobat Sign with the correct region/shard (this can be found in the URL when you are logged into the Adobe Sign web app). For example, if the URL is https://secure.na3.adobesign.com, the token URL would be 'https://secure.na3.adobesign.com/oauth/v2/refresh)|https://secure.na3.adobesign.com/oauth/v2/refresh|
44
+
| Token URL | The OAuth 2.0 Token URL for Acrobat Sign with the correct region/shard (this can be found in the URL when you are logged into the Adobe Sign web app). For example, if the URL is https://secure.na3.adobesign.com, the token URL would be 'https://secure.na3.adobesign.com/oauth/v2/token'|https://secure.na3.adobesign.com/oauth/v2/token|
45
+
| Refresh URL | The OAuth 2.0 Refresh URL for Acrobat Sign with the correct region/shard (this can be found in the URL when you are logged into the Adobe Sign web app). For example, if the URL is https://secure.na3.adobesign.com, the token URL would be 'https://secure.na3.adobesign.com/oauth/v2/refresh'|https://secure.na3.adobesign.com/oauth/v2/refresh|
46
46
| Scopes | Space separated OAuth 2.0 permission scopes for Acrobat Sign. Add scope modifiers using colons. https://opensource.adobe.com/acrobat-sign/developer_guide/gstarted.html#configure-scopes| user_read:account user_write:self agreement_read:group|
47
47
| Client ID | Client Identifier of your Acrobat Sign App (shown as Application ID inside Acrobat Sign) ||
48
48
| Client Secret | Client Secret of your Acrobat Sign App ||
| Name | A developer-defined name to help identify this destination. ||
117
-
| arn | The Amazon Resource Name (ARN) associated with the SQS queue. ||
118
-
| AWS Region | AWS provides services in multiple regions, like us-west-2 or eu-east-1. AWS region indicates the region in which your bucket(s) are stored. | us-east-1|
119
-
| Account Id | The identifier for the AWS account that is responsible for charges related to receiving notifications. ||
| Name | A developer-defined name to help identify this destination. ||
117
+
| arn | The Amazon Resource Name (ARN) associated with the SQS queue. ||
118
+
| AWS Region | AWS provides services in multiple regions, like us-west-2 or eu-west-1. ||
119
+
| Account Id | The identifier for the AWS account that is responsible for charges related to receiving notifications. ||
120
120
121
121
### Create Feed
122
122
@@ -359,8 +359,8 @@ Returns feed details for the feeds that match the filters that you specify.
359
359
| Marketplace Ids | list of MarketplaceId values. Used to select orders that were placed in the specified marketplaces. See (https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of marketplaceId values. ||
360
360
| Page Size | The maximum number of feeds to return in a single call. | 10 |
361
361
| Processing Statuses | A list of processing statuses used to filter feeds. ||
362
-
| Created Since | The earliest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is 90 days ago. Feeds are retained for a maximum of 90 days. |2024-12-19T15:14:05.395Z|
363
-
| Created Until | The latest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is now. | 2025-03-19T15:14:05.395Z|
362
+
| Created Since | The earliest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is 90 days ago. Feeds are retained for a maximum of 90 days. |2025-06-27T22:03:01.384Z|
363
+
| Created Until | The latest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is now. | 2025-09-25T22:03:01.384Z|
364
364
| Next Token | A string token returned in the response of your previous request. ||
0 commit comments