API Keys

View Markdown

Overview

API keys authenticate requests to the Ittybit API.


Key Object

key.json
{
  "id": "key_abcdefgh12345678",
  "object": "key",
  "name": "Production Key",
  "status": "active",
  "created_at": 1735689825,
  "updated_at": 1735689825
}

See API Keys for detailed coverage.


Endpoints

GET

List Keys

POST

Create Key

DELETE

Delete Key

On this page