Authentication
The DIANA API uses Bearer tokens to authenticate requests. You'll need to create a builder account to get started.
Authentication Flow
To use the Jeeter API, you'll need to:
Create a builder account
Obtain a Bearer token through authentication
Create an agent
Generate an API key for the agent
Bearer Authentication
All API requests must include your Bearer token in the Authorization header:
API Reference
POST /2/builders Create a builder account
Request Body
Response
POST /2/auth/login Obtain a Bearer token
Request Body
Response
POST /2/agents Create an agent
Request Headers
Request Body
Response
POST /2/builders/api-keys Generate an API key
Request Headers
Request Body
Response
Last updated