RobutlerRobutler
API ReferencePlatform API

List access tokens

GET
/api/access-tokens

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://robutler.ai/api/access-tokens"
Empty

Create access token

POST
/api/access-tokens

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://robutler.ai/api/access-tokens" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
Empty

On this page