Skip to content

Partial diff: added / removed operations, renames, and spec-info fields. Nested schema changes are not tracked yet.

43f788cchore: export docker config files
  • info.titleMock APIBevatel Integration Service Webhooks
  • info.version2.0.11.0.0
  • info.description## Overview Zero-dependency, in-memory REST API with 11 interconnected resources, authentication, webhooks, real-time events, and comprehensive query capabilities. ## Features - Full CRUD on all resources with proper HTTP semantics - Filtering by any field with operators: gte, lte, gt, lt, ne, like - Full-text search via ?q= across all fields - Sorting: ?sort=field1,field2&order=desc,asc - Pagination with Link headers (page or slice-based) - Relations: ?expand=user (parent) and ?embed=comments (children) - Field selection: ?_fields=id,name,email - Authentication with Bearer tokens (any password works) - Webhooks with event subscriptions and delivery history - SSE streaming for real-time events - Batch operations for multiple requests in one call - Testing aids: ?error=500, ?delay=2000, /status/:code, /echo - ETag conditional requests - Rate limiting: 120 req/60s per IPDocumentation of all webhook events emitted by the Bevatel Integration Service.
  • Addedpost_call_abandoned
  • Addedpost_call_ended
  • Addedpost_call_started
  • Addedpost_call_timeout
  • Addedpost_call_transferred
  • Addedpost_contact_created
  • Addedpost_contact_deleted
  • Addedpost_contact_tag_updated
  • Addedpost_contact_updated
  • RemovedlistAlbums
  • RemovedcreateAlbum
  • RemovedgetAlbum
  • RemovedreplaceAlbum
  • RemovedupdateAlbum
  • RemoveddeleteAlbum
  • RemovedlistAlbumPhotos
  • RemovedbasicAuthDemo
  • Removedlogin
  • Removedlogout
  • RemovedgetCurrentUser
  • RemovedrefreshToken
  • Removedregister
  • RemovedlistCategorys
  • RemovedcreateCategory
  • RemovedgetCategory
  • RemovedreplaceCategory
  • RemovedupdateCategory
  • RemoveddeleteCategory
  • RemovedlistCategoryProducts
  • RemovedlistComments
  • RemovedcreateComment
  • RemovedgetComment
  • RemovedreplaceComment
  • RemovedupdateComment
  • RemoveddeleteComment
  • RemovedresetDatabase
  • RemovedgetOpenApiSpec
  • RemovedlistNotifications
  • RemovedcreateNotification
  • RemovedgetNotification
  • RemovedreplaceNotification
  • RemovedupdateNotification
  • RemoveddeleteNotification
  • RemovedlistPhotos
  • RemovedcreatePhoto
  • RemovedgetPhoto
  • RemovedreplacePhoto
  • RemovedupdatePhoto
  • RemoveddeletePhoto
  • RemovedlistPosts
  • RemovedcreatePost
  • RemovedgetPost
  • RemovedreplacePost
  • RemovedupdatePost
  • RemoveddeletePost
  • RemovedlistPostComments
  • RemovedlistProducts
  • RemovedcreateProduct
  • RemovedlistProductReviews
  • RemovedlistTodos
  • RemovedcreateTodo
  • RemovedgetTodo
  • RemovedreplaceTodo
  • RemovedupdateTodo
  • RemoveddeleteTodo
  • RemovedlistUsers
  • RemovedcreateUser
  • RemovedgetUser
  • RemovedreplaceUser
  • RemovedupdateUser
  • RemoveddeleteUser
  • RemovedlistUserNotifications
  • RemovedlistUserPosts
  • RemovedbatchOperations
  • Removeddelay
  • Removedecho
  • RemovedechoPost
  • RemovedhealthCheck
  • RemovedrandomUuid
  • RemovedgetStatus
  • RemovedeventStream
  • RemovedmockUpload
  • RemovedlistWebhooks
  • RemovedcreateWebhook
  • RemovedgetWebhook
  • RemovedupdateWebhook
  • RemoveddeleteWebhook
  • RemovedlistWebhookDeliveries
  • RemovedtestWebhook
  • RemovedonWebhook_notifications_created
  • RemovedonWebhook_notifications_deleted
  • RemovedonWebhook_notifications_updated
  • RemovedonWebhook_posts_created
  • RemovedonWebhook_posts_deleted
  • RemovedonWebhook_posts_updated
  • RemovedonWebhook_users_created
  • RemovedonWebhook_users_deleted
  • RemovedonWebhook_users_updated
  • RemovedonWebhook_test