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
headers
object
body
nullable string
status
integer required
timestamp
string required
format: date-time
trace_id
string
user_agent
string

Get API call details

GET/api/calls/{call_id}
No Auth

List API calls

GET/api/calls
No Auth

List API call metrics

GET/api/metrics
No Auth

Get authenticated Member

GET/member
No Auth

Get the details of the currently authenticated member.

Create an Organization

POST/orgs
No Auth

Request body

name
string required

List Organizations

GET/orgs
No Auth

List Organizations the current member belongs to.

Create new Project

POST/orgs/{org_id}/projects
No Auth

Create a new Project in the Organization.

Request body

name
string required

List Projects

GET/orgs/{org_id}/projects
No Auth

List Projects in the Organization