GetResponse Agentic Access
GetResponse exposes 220 API operations that an AI agent could call, of which 94 are state-changing ‘acting’ operations. This is a recommended x-agentic-access execution contract — the scope, audience, consequence tier, short-lived token constraints, and escalation each action should carry before it is handed to an autonomous agent.
By consequence: 126 read, 86 write, 7 physical, and 1 safety-critical.
1 operation are classed safety-critical and should require human-in-the-loop approval at runtime.
Contracts are classified heuristically from the provider’s OpenAPI and refresh on every APIs.io network build; audience is bound per deployment. The model follows Curity’s Access Intelligence (apidays Munich 2026). Browse every provider’s agent contracts at agentic-access.apis.io.
By consequence
Highest-consequence actions
The physical and safety-critical operations an agent could invoke — the ones that most warrant scoped tokens, tight TTLs, and escalation. Full per-operation contracts are in the source below.
| Method | Path | Consequence | Human-in-loop |
|---|---|---|---|
| DELETE | /accounts/callbacks | safety-critical | required |
| POST | /newsletters/send-draft | physical | conditional |
| POST | /newsletters/{newsletterId}/cancel | physical | conditional |
| POST | /shops/{shopId}/orders | physical | conditional |
| POST | /shops/{shopId}/orders/{orderId} | physical | conditional |
| DELETE | /shops/{shopId}/orders/{orderId} | physical | conditional |
| POST | /sms | physical | conditional |
| POST | /transactional-emails | physical | conditional |
Source
Agentic Access
generated: '2026-08-13'
method: generated
source: openapi/getresponse-a-b-tests-openapi.yml, openapi/getresponse-a-b-tests-subject-openapi.yml,
openapi/getresponse-accounts-openapi.yml, openapi/getresponse-addresses-openapi.yml, openapi/getresponse-autoresponders-openapi.yml,
openapi/getresponse-campaigns-lists-openapi.yml, openapi/getresponse-carts-openapi.yml, openapi/getresponse-categories-openapi.yml,
openapi/getresponse-click-tracks-openapi.yml, openapi/getresponse-contacts-openapi.yml, openapi/getresponse-custom-events-openapi.yml,
openapi/getresponse-custom-fields-openapi.yml, openapi/getresponse-custom-reports-openapi.yml,
openapi/getresponse-ecommerce-openapi.yml, openapi/getresponse-file-library-openapi.yml, openapi/getresponse-form-and-popup-openapi.yml,
openapi/getresponse-forms-and-popups-openapi.yml, openapi/getresponse-forms-openapi.yml, openapi/getresponse-from-fields-openapi.yml,
openapi/getresponse-gdpr-fields-openapi.yml, openapi/getresponse-imports-openapi.yml, openapi/getresponse-landing-page-openapi.yml,
openapi/getresponse-landing-pages-openapi.yml, openapi/getresponse-legacy-forms-openapi.yml,
openapi/getresponse-legacy-landing-pages-openapi.yml, openapi/getresponse-meta-fields-openapi.yml,
openapi/getresponse-multimedia-openapi.yml, openapi/getresponse-newsletters-openapi.yml, openapi/getresponse-orders-openapi.yml,
openapi/getresponse-predefined-fields-openapi.yml, openapi/getresponse-product-variants-openapi.yml,
openapi/getresponse-products-openapi.yml, openapi/getresponse-rss-newsletters-openapi.yml,
openapi/getresponse-search-contacts-openapi.yml, openapi/getresponse-shops-openapi.yml, openapi/getresponse-sms-automation-messages-openapi.yml,
openapi/getresponse-sms-messages-openapi.yml, openapi/getresponse-sms-openapi.yml, openapi/getresponse-subscription-confirmations-openapi.yml,
openapi/getresponse-suppressions-openapi.yml, openapi/getresponse-tags-openapi.yml, openapi/getresponse-taxes-openapi.yml,
openapi/getresponse-tracking-openapi.yml, openapi/getresponse-transactional-emails-openapi.yml,
openapi/getresponse-transactional-emails-templates-openapi.yml, openapi/getresponse-webinars-openapi.yml,
openapi/getresponse-website-openapi.yml, openapi/getresponse-websites-openapi.yml, openapi/getresponse-workflows-openapi.yml
description: Recommended x-agentic-access execution contracts, classified heuristically from
the OpenAPI. A governance starting point for exposing this API to AI agents — review and bind
audience per deployment. See research/curity/agentic-governance/.
summary:
operations: 220
by_action_class:
connected: 126
acting: 94
by_consequence:
read: 126
write: 86
safety-critical: 1
physical: 7
human_in_the_loop_required: 1
operations:
- path: /splittests/{splittestId}
method: get
operationId: getSplittest
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /splittests
method: get
operationId: getSplittestList
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /ab-tests/subject/{abTestId}/winner
method: post
operationId: postAbtestsSubjectByIdWinner
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /ab-tests/subject/{abTestId}
method: get
operationId: getAbTestSubjectById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /ab-tests/{abTestId}/cancel
method: post
operationId: cancelAbTest
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /ab-tests/{abTestId}
method: delete
operationId: deleteAbTest
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /ab-tests/subject
method: get
operationId: GetAbTestSubjectList
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /ab-tests/subject
method: post
operationId: createSubjectAbTest
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /accounts/blocklists
method: get
operationId: getAccountBlocklist
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /accounts/blocklists
method: post
operationId: updateAccountBlocklist
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /accounts
method: get
operationId: getAccount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /accounts
method: post
operationId: updateAccount
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /accounts/billing
method: get
operationId: getAccountBilling
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /accounts/timezones
method: get
operationId: getTimezones
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /accounts/callbacks
method: get
operationId: getCallbacks
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /accounts/callbacks
method: post
operationId: updateCallbacks
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /accounts/callbacks
method: delete
operationId: disableCallbacks
x-agentic-access:
action-class: acting
consequence: safety-critical
subject: required
scope:
- all
audience: null
token:
max-ttl: 120
exchange: true
purpose-required: true
proof-of-possession: true
escalation:
human-in-the-loop: required
audit: required
- path: /accounts/industries
method: get
operationId: getIndustries
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /accounts/login-history
method: get
operationId: getAccountLoginHistory
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /accounts/badge
method: get
operationId: getAccountBadge
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /accounts/badge
method: post
operationId: updateAccountBadge
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /accounts/sending-limits
method: get
operationId: getSendingLimits
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /addresses/{addressId}
method: get
operationId: getAddress
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /addresses/{addressId}
method: post
operationId: updateAddress
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /addresses/{addressId}
method: delete
operationId: deleteAddress
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /addresses
method: get
operationId: getAddressList
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /addresses
method: post
operationId: createAddress
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /autoresponders/{autoresponderId}
method: get
operationId: getAutoresponder
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /autoresponders/{autoresponderId}
method: post
operationId: updateAutoresponder
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /autoresponders/{autoresponderId}
method: delete
operationId: deleteAutoresponder
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /autoresponders/{autoresponderId}/statistics
method: get
operationId: getSingleAutoresponderStatistics
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /autoresponders/{autoresponderId}/thumbnail
method: get
operationId: getAutoresponderThumbnail
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /autoresponders
method: get
operationId: getAutoresponderList
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /autoresponders
method: post
operationId: createAutoresponder
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /autoresponders/statistics
method: get
operationId: getAutoresponderStatisticsCollection
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /campaigns/{campaignId}/blocklists
method: get
operationId: getCampaignBlocklist
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /campaigns/{campaignId}/blocklists
method: post
operationId: updateCampaignBlocklist
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /campaigns/{campaignId}
method: get
operationId: getCampaign
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /campaigns/{campaignId}
method: post
operationId: updateCampaign
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /campaigns
method: get
operationId: getCampaignList
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /campaigns
method: post
operationId: createCampaign
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /campaigns/statistics/origins
method: get
operationId: getCampaignStatisticsOrigins
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /campaigns/statistics/locations
method: get
operationId: getCampaignStatisticsLocations
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /campaigns/statistics/list-size
method: get
operationId: getCampaignStatisticsListSize
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /campaigns/statistics/subscriptions
method: get
operationId: getCampaignStatisticsSubscriptions
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /campaigns/statistics/removals
method: get
operationId: getCampaignStatisticsRemovals
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /campaigns/statistics/balance
method: get
operationId: getCampaignStatisticsBalance
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /campaigns/statistics/summary
method: get
operationId: getCampaignStatisticsSummary
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /shops/{shopId}/carts
method: get
operationId: getCarts
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /shops/{shopId}/carts
method: post
operationId: createCart
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /shops/{shopId}/carts/{cartId}
method: get
operationId: getCart
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /shops/{shopId}/carts/{cartId}
method: post
operationId: updateCart
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /shops/{shopId}/carts/{cartId}
method: delete
operationId: deleteCart
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /shops/{shopId}/categories
method: get
operationId: getCategories
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /shops/{shopId}/categories
method: post
operationId: createCategory
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /shops/{shopId}/categories/{categoryId}
method: get
operationId: getCategory
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /shops/{shopId}/categories/{categoryId}
method: post
operationId: updateCategory
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /shops/{shopId}/categories/{categoryId}
method: delete
operationId: deleteCategory
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /click-tracks/{clickTrackId}
method: get
operationId: getClickTrackById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /click-tracks
method: get
operationId: getClickTrackList
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /contacts/{contactId}/activities
method: get
operationId: getActivities
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /campaigns/{campaignId}/contacts
method: get
operationId: getContactsFromCampaign
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /contacts/{contactId}/custom-fields
method: post
operationId: upsertContactCustoms
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /contacts/{contactId}/tags
method: post
operationId: upsertTags
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /contacts/{contactId}
method: get
operationId: getContactById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /contacts/{contactId}
method: post
operationId: updateContact
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /contacts/{contactId}
method: delete
operationId: deleteContact
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /contacts
method: get
operationId: getContactList
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /contacts
method: post
operationId: createContact
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /contacts/batch
method: post
operationId: createBatchContacts
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /contacts/{contactId}/consents
method: get
operationId: getContactConsentsById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /custom-events/{customEventId}
method: get
operationId: getCustomEventById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /custom-events/{customEventId}
method: post
operationId: updateCustomEvent
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /custom-events/{customEventId}
method: delete
operationId: deleteCustomEvent
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /custom-events
method: get
operationId: getCustomEventsList
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /custom-events
method: post
operationId: createCustomEvent
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /custom-events/trigger
method: post
operationId: triggerCustomEvent
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /custom-fields/{customFieldId}
method: get
operationId: getCustomFieldById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /custom-fields/{customFieldId}
method: post
operationId: updateCustomField
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /custom-fields/{customFieldId}
method: delete
operationId: deleteCustomField
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /custom-fields
method: get
operationId: getCustomFieldList
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /custom-fields
method: post
operationId: createCustomField
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /custom-reports/{customReportId}
method: get
operationId: getCustomReportDetails
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /custom-reports
method: get
operationId: getCustomReportList
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /custom-reports
method: post
operationId: createCustomReport
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /statistics/ecommerce/revenue
method: get
operationId: getRevenueStats
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /statistics/ecommerce/performance
method: get
operationId: getGeneralPerformanceStats
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /file-library/files/{fileId}
method: get
operationId: getFileById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /file-library/files/{fileId}
method: delete
operationId: deleteFile
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /file-library/folders/{folderId}
method: delete
operationId: deleteFolder
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /file-library/quota
method: get
operationId: quota
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /file-library/files
method: get
operationId: getFileList
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /file-library/files
method: post
operationId: createFile
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /file-library/folders
method: get
operationId: getFolderList
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /file-library/folders
method: post
operationId: createFolder
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /statistics/popups/{popupId}/performance
method: get
operationId: getPopupGeneralPerformance
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /popups/{popupId}
method: get
operationId: getPopupDetails
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /popups
method: get
operationId: getPopupsList
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /forms/{formId}
method: get
operationId: getForm
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /forms/{formId}/variants
method: get
operationId: getFormVariantList
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /forms
method: get
operationId: getFormList
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /from-fields/{fromFieldId}
method: get
operationId: getFromFieldById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- all
token:
max-ttl: 3600
audit: none
- path: /from-fields/{fromFieldId}
method: delete
operationId: deleteFromField
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- all
audience:
# --- truncated at 32 KB (66 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/getresponse/refs/heads/main/agentic-access/getresponse-agentic-access.yml
Work with this as data
Every access contract here is available over the APIs.io API and to AI agents over MCP. Agentic Access is not yet its own endpoint on the v1 API. Reach it through catalog search and the tag graph, or the MCP server.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for agentic access
3 MCP tools reach this
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/search?q=getresponse-agentic-access&limit=10"
curl "https://apis.io/api/v1/tags/getresponse-agentic-access"
Discovery needs no key. Ratings and market analysis are Pro.