Sign in

Draft a booking

documented

Draft a new booking to validate inputs, preview cost, and set up the booking session.

POST /graphqlBookingsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://api.optixapp.com/graphql\" \
  -X POST \
  -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \
  -H \"Content-Type: application/json\" \
  -H \"Accept: application/json\" \
  -d '{\"query\": \"query GetUser($id: ID!) { user(id: $id) { id name email } }\", \"variables\": {\"id\": \"{{$user_id}}\"}}'
Draft a booking · optixapp · OpenIntegrations