Developers
  • Introduction
  • Overview
    • Start here
    • Code examples
      • node.js
      • php
      • curl
      • C# / .NET
      • python
      • Postman
    • Introduction
    • More about API
    • Location of servers
    • API Status
    • Recent updates
Powered by GitBook
On this page
  • Calling conventions
  • Authentication
  • Admin access
  • API Status
  • Usage limits
  1. Overview

Introduction

PreviousPostmanNextMore about API

Last updated 5 years ago

Calling conventions

The Web API consists of , all of form https://api.taggun.io/api/{group}/v1/{method}

All methods are implemented in a synchronous fashion which holds the connection open until the response is delivered or the timeout period expires. There are no webhooks or deferred callback mechanisms.

All responses contain a JSON object and header with content-type: application/json; charset=utf-8

All API requests must be made over HTTPS.

Authentication

Authenticate your account with your request by including apikey in the request header.

Keep your API keys secret. Do not distribute your API key in native applications, client-side JavaScript, or public code repositories.

Admin access

You can view your API usage, cancel or update your credit card number .

API Status

The reports the uptime and response time for Taggun's API.

Usage limits

Taggun enforces the following usage limits:

Type of limit

Usage limit

MB per request

20mb

Requests per second

5

Requests per minute

300

Requests per hour

2000

HTTP request-response methods
See here for code examples
here
status page