---
title: "Headless API Overview"
slug: "headless-api-overview"
description: "Learn how to configure the Dataddo API. Authorize the service, supported endpoints, Dataddo Postman collection, download our sandbox application and more."
updated: 2023-10-30T09:31:40Z
published: 2023-10-30T09:31:40Z
canonical: "docs.dataddo.com/headless-api-overview"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dataddo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Headless API Overview

[Authorization](/headless/docs/dataddo-api-authorization)
[Endpoints](/headless/docs/endpoints)
[Postman Collection](/headless/docs/postman)
[Sandbox Application](/headless/docs/sandbox-application)

## Tutorials
[Authorizing OAuth 2.0 Service](/headless/docs/creating-an-authorizer)
[Authorizing non-OAuth 2.0 service](/headless/docs/authorizing-non-oauth-20-service)

[Creating a Source](/headless/docs/creating-a-source)
[Creating a Destination](/headless/docs/creating-a-destination-via-api)
[Creating a Flow](/headless/docs/creating-a-flow-via-api)

[End-to-end Example](/headless/docs/end-to-end-example)

## Rate Limits
By default, you can make up to 10,000 calls per day to all API endpoints, including authorization. Monitor your daily quota and the remaining number of API calls by inspecting the HTTP headers ```X-RateLimit-Limit``` and ```X-RateLimit-Remaining``` in each response. The ```X-RateLimit-Retry-After``` header indicates the time in seconds until the rate limits are reset.
