Skip to content

Getting Started

Welcome to the Quick Start Guide

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

What you'll learn

  • 1. Introduction

    Understand the architecture of Pontotel APIs

    ➜ Read

  • 2. Prerequisites

    Tools and knowledge you need before integrating

    ➜ Check

  • 3. Authentication

    Learn how to obtain and use access tokens

    ➜ Authenticate

  • 4. First Request

    Make your first API call

    ➜ Try

Integration Flow

graph LR
    A[Prerequisites] --> B[Authentication]
    B --> C[First Request]
    C --> D[Explore Entities]
    D --> E[Implement Logic]
    E --> F[Tests]
    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 the APIs →
  2. Check prerequisites →
  3. Start authentication →