API (v1) Reference

Introduction

Base URL: https://api.tailbits.com/v1

Log an API call

POST/api/calls
No Auth

Request body

api_version
string
customer_id
string required
env_id
nullable string
project_id
string required
request
object required
Show child attributes
method
string required
uri
string required
format: uri
headers
object
query
string
body
nullable string
response
object required
Show child attributes
status
integer required
headers
object
body
nullable string
timestamp
string required
format: date-time
trace_id
string
user_agent
string

List API call counts

GET/orgs/{org_slug}/projects/{project_slug}/api-call-counts
No Auth

List API calls

GET/orgs/{org_slug}/projects/{project_slug}/api-calls
No Auth