API ReferencePlatform API
curl -X GET "https://robutler.ai/api/access-tokens"Empty
Create access token
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