From 58cc3bba69a164484a51e0decbaf4f1b9afbd6de Mon Sep 17 00:00:00 2001 From: Nitesh M Date: Wed, 23 Apr 2025 14:59:24 +0530 Subject: [PATCH 1/3] change --- apiary.apib | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/apiary.apib b/apiary.apib index 826937a..2c14667 100644 --- a/apiary.apib +++ b/apiary.apib @@ -10315,6 +10315,7 @@ Create webhook subscription listens to subscribed webhook events on a specific p + Request (application/json) + Headers + Accept: application/json + Attributes @@ -10340,21 +10341,20 @@ Create webhook subscription listens to subscribed webhook events on a specific p + Body - { - "webhookUrl": "https://webhook.site/2036c967-0174-4604-8b38-8d5493ed6d65", - "emails": [ - "test@xyz.com" - ], - "eventName": "APPOINTMENT_BOOKED", - "auth": { - "username": "testUser", - "password": "userpassword" + { + "webhookUrl": "https://webhook.site/2036c967-0174-4604-8b38-8d5493ed6d65", + "emails": [ + "test@xyz.com" + ], + "eventName": "APPOINTMENT_BOOKED", + "auth": { + "username": "testUser", + "password": "userpassword" + } } - - } - + Response 200 (application/json) + { "id": "abcchdguweUGBSK16789278", "message": "You have successfully subscribed to : https://webhook.site/2036c967-0174-4604-8b38-8d5493ed6d65" @@ -10390,12 +10390,14 @@ Delete webhook subscription to stop listening to subscribed webhook events on th + Request (application/json) + Headers + Accept: application/json + Response 200 (application/json) - { - "message": "This Subscription has been Unsubscribed" - } + + { + "message": "This Subscription has been Unsubscribed" + } + Response 404 @@ -12399,6 +12401,7 @@ Get all Questions and Answers for a Location + Body + { "totalCount": 1, "questionsAndAnswers": [ @@ -15816,7 +15819,7 @@ Create reviews, untagged, and survey responses tickets. + Body { - "externalId": 3943351204239963055, + "externalId": 394335120423996305, "assignedTo": "pranav.singh@birdeye.com", "ticketType":"review", "customer": { @@ -16237,7 +16240,7 @@ Get tickets # Group Integration Birdeye integrates with various software or tools you use. -## Add Business Integration Mapping[/v1/integrations/add/businessintegrationmapping{?api_key}] +## Add Business Integration Mapping [/v1/integrations/add/businessintegrationmapping{?api_key}] Add Business Integration Mapping adds locations to integrations and set them active. ### Add locations [PUT] From f566432985f88d0c9018972f08724244a82c8db5 Mon Sep 17 00:00:00 2001 From: Nitesh M Date: Wed, 23 Apr 2025 15:02:14 +0530 Subject: [PATCH 2/3] change --- apiary.apib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apiary.apib b/apiary.apib index 2c14667..7e819a6 100644 --- a/apiary.apib +++ b/apiary.apib @@ -15819,7 +15819,7 @@ Create reviews, untagged, and survey responses tickets. + Body { - "externalId": 394335120423996305, + "externalId": 3943351204239963055, "assignedTo": "pranav.singh@birdeye.com", "ticketType":"review", "customer": { @@ -16240,7 +16240,7 @@ Get tickets # Group Integration Birdeye integrates with various software or tools you use. -## Add Business Integration Mapping [/v1/integrations/add/businessintegrationmapping{?api_key}] +## Add Business Integration Mapping[/v1/integrations/add/businessintegrationmapping{?api_key}] Add Business Integration Mapping adds locations to integrations and set them active. ### Add locations [PUT] From 59e6648a838fdee6166334f761b4bc86a49b5020 Mon Sep 17 00:00:00 2001 From: Nitesh M Date: Wed, 23 Apr 2025 18:31:59 +0530 Subject: [PATCH 3/3] change --- apiary.apib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiary.apib b/apiary.apib index 7e819a6..db5c020 100644 --- a/apiary.apib +++ b/apiary.apib @@ -16074,7 +16074,7 @@ Get tickets + status: new (string) - Ticket status. + rating: 5.0 (number) - Review rating. + externalId: 213243231 (string) - Public review id. - + description: Customer will visit again (number) - Description of the ticket. + + description: Customer will visit again (string) - Description of the ticket. + activityCount: 4 (number) - Number of activities associated with the ticket. + assignedTo (object) - Assignee details. + firstName: Steve (string) - First Name of the assignee.