generated: '2026-08-14' method: derived source: >- openapi/getaccept-openapi-original.json ; https://help.getaccept.com/en/articles/2393292-getaccept-rest-api-overview ; https://github.com/GetAccept/openapi (README) authentication: schemes: - oauth2 authorizationCode - http bearer token ref: authentication/getaccept-authentication.yml authorize_url: https://app.getaccept.com/oauth2/authorize token_url: https://app.getaccept.com/oauth2/token base_url: https://api.getaccept.com/v1 protocol: REST over HTTPS, JSON request/response bodies idempotency: supported: false note: No idempotency-key header or parameter is documented in the OpenAPI. pagination: style: limit-offset params: - limit - offset note: List endpoints accept limit and offset query parameters. versioning: style: uri-path current: v1 ref: lifecycle/getaccept-lifecycle.yml error_envelope: media_type: application/json fields: - error - description - status ref: errors/getaccept-problem-types.yml events: model: webhook subscriptions ref: asyncapi/getaccept-webhooks.yml delivery_retries_hours: [1, 12, 24, 48] subscriber_contract: endpoint must return 2xx or the callback is treated as failed egress_ip_allowlist: true rate_limiting: documented: false ref: rate-limits/getaccept-rate-limits.yml note: >- No published limits, no 429 declared on any of the 86 operations, and no rate-limit response headers documented. Commercial API usage requires a purchased GetAccept API package, so quotas are contractual per account. request_tracing: documented: false note: No request-id or correlation header is declared in the OpenAPI or in any public GetAccept doc. field_expansion: supported: false note: No expand / fields / sparse-fieldset parameter appears in the spec. credentials: api_keys: false note: >- GetAccept's help center states plainly "GetAccept does not use API keys" — access is a bearer JWT or OAuth 2.0, and credentials are provisioned by a GetAccept representative or Tech Support rather than self-issued in the app. source: https://help.getaccept.com/en/articles/2393292-getaccept-rest-api-overview documentation_access: machine_readable_spec: public human_reference: login-gated note: >- The OpenAPI is public at https://github.com/GetAccept/openapi, but the human API reference at https://app.getaccept.com/api/ requires a login and the former developer portal (developers.getaccept.com) now serves the login application. See lifecycle/getaccept-lifecycle.yml.