logo
ADAPTIX REST API Documentation
Code example
Initializing search
    • Intro
      • Basic Authentication with samples
      • Postman Collection
      • Fetching Adaptix Contacts with Advanced Filters and Basic Authentication
      • OAuth2 Implementation Guide
      • OAuth2 Implementation Popup approach
      • Introduction
        • Introduction
        • OAuth 1a
        • OAuth 2
        • Basic Authentication
      • Api Rate limiter
        • PHP LIbrary
      • Endpoints
      • Assets
      • Automations
      • Categories
      • Companies
      • Contacts
      • Data - Dashboard widget data
      • Dynamic Content
      • Addresses
      • Emails
      • Fields
      • Files
      • Forms
      • Marketing Messages
      • Notes
      • Notifications
      • Pages
      • Point Actions
      • Point Triggers
      • Reports
      • Roles
      • Segments
      • Text messages
      • Stages
      • Stats
      • Tags
      • Themes
      • Tweets
      • Users
      • Webhooks

    Code example

    If an OAuth error is encountered, it’ll be a JSON encoded array similar to:

    OAuth error
    1
    2
    3
    4
    {
      "error": "invalid_grant",
      "error_description": "The access token provided has expired."
    }
    
    Made with Material for MkDocs