| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Adobe Experience Platform API | rest | https://platform.adobe.io/ | link | — | — | — |
| Adobe PDF Services API | rest | https://pdf-services.adobe.io/ | link | — | — | — |
| Adobe Commerce REST API | rest | https://example.com/rest | link | — | — | — |
| Adobe Commerce GraphQL API | graphql | https://example.com/graphql | link | — | — | — |
| Adobe Stock API | rest | https://stock.adobe.io/ | link | — | — | — |
| Adobe Acrobat Sign API | rest | https://api.na1.adobesign.com/ | link | — | — | — |
Actions (28)
Acrobat Sign API · 11
- Create agreementPOST /agreements
Create a new e-signature agreement.
documented - Create webhookPOST /webhooks
Create a webhook for Acrobat Sign events.
documented - Delete webhookDELETE /webhooks/{webhookId}
Remove a webhook.
documented - Get agreementGET /agreements/{agreementId}
Retrieve details of a specific agreement.
documented - Get agreement documentsGET /agreements/{agreementId}/documents
List documents associated with an agreement.
documented - Get transient documentGET /transientDocuments/{transientDocumentId}
Retrieve a transient document by ID.
documented - Get webhookGET /webhooks/{webhookId}
Retrieve a webhook by ID.
documented - List admin groupsGET /groups
Retrieve groups for Admin Console provisioning (examples referenced in docs).
documented - List webhooksGET /webhooks
List configured webhooks.
documented - Update webhookPATCH /webhooks/{webhookId}
Modify a webhook configuration.
documented - Upload transient documentPOST /transientDocuments
Upload a document to be used as a source for an agreement.
documented
Endpoint guides · 5
- Create annotationPOST /api/{GLOBALCOMPANYID}/annotations
Create a new annotation with required fields (name, rsid, dateRange, color).
documented - Delete annotationDELETE /api/{GLOBALCOMPANYID}/annotations/{ID}
Hide/delete an annotation by ID.
documented - Get annotationGET /api/{GLOBALCOMPANYID}/annotations/{ID}
Retrieve details for a single annotation by ID.
documented - Get annotation detailGET /api/{GLOBALCOMPANYID}/annotations/{ID}
Retrieve complete details for a specific annotation.
documented - List annotationsGET /api/{GLOBALCOMPANYID}/annotations
Retrieve a list of annotations accessible to the user.
documented
Frame.io · 5
- Create webhookPOST /v4/accounts/{account_id}/workspaces/{workspace_id}/webhooks
Create a webhook for a workspace to receive event notifications.
documented - Delete webhookDELETE /v4/webhooks/{webhook_id}
Remove a webhook.
documented - Get webhookGET /v4/webhooks/{webhook_id}
Retrieve details for a specific webhook.
documented - List webhooksGET /v4/accounts/{account_id}/workspaces/{workspace_id}/webhooks
List all webhooks configured for a workspace.
documented - Update webhookPATCH /v4/webhooks/{webhook_id}
Modify the configuration of an existing webhook.
documented
Data Collection API · 3
- Collect batch eventsPOST /ee/v2/collect
Send a batch of events to a datastream.
documented - Collect batch events (authenticated)POST /ee/v2/collect
Send a batch of authenticated events to a datastream.
documented - Send interaction eventPOST /ee/v2/interact
Send a single event to a datastream (authenticated and non‑authenticated variants available via a query parameter).
documented