Skip to main content

Overview

Pre-built tooling

ToolsStatus
Pre-built authorization (OAuth)
Credentials auto-refresh
Pre-built authorization UI
Custom authorization UI
Expired credentials detection
ToolsStatus
Pre-built integrations
API unification
2-way sync
Webhooks from Nango on data modifications
Real-time webhooks from 3rd-party API🚫 (time to contribute: <48h)
Proxy requests
ToolsStatus
HTTP request logging
End-to-type type safety
Data runtime validation
OpenTelemetry export
Slack alerts on errors
Integration status API
ToolsStatus
Create or customize use-cases
Pre-configured pagination🚫 (time to contribute: <48h)
Pre-configured rate-limit handling🚫 (time to contribute: <48h)
Per-customer configurations

Pre-built integrations

EndpointDescriptionReadme
DELETE /usersDeletes a user in Grammarly🔗
GET /usersFetches a list of users from Grammarly🔗
Not seeing the integration you need? Build your own independently.

Access requirements

Pre-RequisitesStatusComment
Paid dev accountGrammarly Enterprise or Education admin access required
Paid test account
Partnership
App review
Security audit

Setup guide

  1. Go to your Admin panel in Grammarly Enterprise or Education.
  2. Open the Organization tab and choose OAuth 2.0 credentials in the Configurations section.
  3. Click Add credential in the upper-right corner.
  4. Enter a name and select the APIs you need access to.
  5. Click Create.
  6. Copy your Client ID and Secret.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

API gotchas

  • Only Grammarly Enterprise and Education admins have access to create OAuth 2.0 credentials.
  • Available OAuth scopes:
    • scores-api:read: Read-only access to the Writing Score API
    • scores-api:write: Write access to the Writing Score API
    • analytics-api:read: Read-only access to the Analytics API
    • users-api:read: Read-only access to the License Management API
    • users-api:write: Write access to the License Management API
Contribute API gotchas by editing this page
I