Skip to content

Getting Started

Welcome to the Quick Start Guide

This guide will take you from zero to your first working integration in less than 15 minutes.

What you'll learn

  • 1. Introduction

    Understand the Pontotel API architecture

    ➜ Read

  • 2. Prerequisites

    Required tools and knowledge

    ➜ Check

  • 3. Authentication

    How to obtain and use access tokens

    ➜ Authenticate

  • 4. First Request

    Make your first API call

    ➜ Test

  • 5. Rate Limits

    Understand request limits

    ➜ Learn

Integration Flow

graph LR
    A[Prerequisites] --> B[Authentication]
    B --> C[First Request]
    C --> D[Explore Entities]
    D --> E[Implement Logic]
    E --> F[Testing]
    F --> G[Production]

    style A fill:#e3f2fd
    style B fill:#00A859,color:#fff
    style C fill:#00A859,color:#fff
    style D fill:#fff3e0
    style E fill:#fff3e0
    style F fill:#f3e5f5
    style G fill:#c8e6c9

Estimated Time

Step Time
Initial setup 2 min
Authentication 3 min
First request 5 min
API exploration 5 min
Total ~15 min

Next Steps

  1. Introduction to APIs →
  2. Check prerequisites →
  3. Start authentication →