diff --git a/apiary.apib b/apiary.apib index 5240b36..b1196f4 100644 --- a/apiary.apib +++ b/apiary.apib @@ -1925,6 +1925,110 @@ For example : "code": 2290, "message": "Food Takeout/Food Delivery not supported for gmb primary category" } +## 2476 [/2476] + ++ Model (application/json) + + { + "code": 2476, + "message": "Question Id cannot be blank" + } +## 2477 [/2477] + ++ Model (application/json) + + { + "code": 2477, + "message": "Answer Id is required to update existing answer" + } +## 2478 [/2478] + ++ Model (application/json) + + { + "code": 2478, + "message": "Question is required" + } +## 2479 [/2479] + ++ Model (application/json) + + { + "code": 2479, + "message": "Answer is required" + } +## 2480 [/2480] + ++ Model (application/json) + + { + "code": 2480, + "message": "Cannot modify non owner Q&A" + } +## 2482 [/2482] + ++ Model (application/json) + + { + "code": 2482, + "message": "Question Id is Invalid" + } +## 2481 [/2481] + ++ Model (application/json) + + { + "code": 2481, + "message": "Q&A cannot be more than 4096 characters" + } +## 2485 [/2485] + ++ Model (application/json) + + { + "code": 2485, + "message": "Questions should be 10 characters minimum" + } +## 2483 [/2483] + ++ Model (application/json) + + { + "code": 2483, + "message": "Question should have minimum 3 words" + } +## 2484 [/2484] + ++ Model (application/json) + + { + "code": 2484, + "message": "Answer Id cannot be blank" + } +## 2461 [/2461] + ++ Model (application/json) + + { + "code": 2461, + "message": "No question found with provided request" + } +## 2462 [/2462] + ++ Model (application/json) + + { + "code": 2462, + "message": "Owner answer already added please edit answer" + } +## 2466 [/2466] + ++ Model (application/json) + + { + "code": 2466, + "message": "Invalid input request" + } # Group Business Create and maintain your business on Birdeye. @@ -11244,37 +11348,55 @@ Get Keyword Statistics retrieves Insights keywords details for a competitor. [1167][] +# Group Google Q&A +> __Note__ +> - _Applicable to be used only by paid listings clients, for their active locations, for the Google Q&A section, in the Google listing_ -# Group Listing -Keep your business information accurate and consistent across 50+ websites. - +## Create Question [/v1/qna/question/create{?api_key,businessId}] +Create a new question and associated answer -## Fix Listing [/v1/listing/fix{?api_key,b_id}] -Fix Listing publishes information on online listing sources. We post presence information on more than 50 online directories. +> __Best practise__ +> - _Please ensure that a business appropriate question and associated answer is created. Recommendation is to create typical FAQ like questions._ -### Fix Listing [POST] +### Create Question [POST] + Parameters - - + b_id: 12345678 (number, required) - Id of the business. - + api_key: 2uiHKCTi8hSg35MG75aaot0B2SAokhjk (string, required) - Partner specific API key provided by Birdeye for data exchange. - + + businessId: 12345678 (string, required) - Id of the business. + + api_key: abcdefgh (string, required) - Partner specific API key provided by Birdeye for data exchange. + Request (application/json) + Headers Accept: application/json + api_key: - Partner specific API key provided by Birdeye for data exchange. + + + Attributes + + question: Enter question here (string , required ) - text of the question to be posted on Google Q&A profile ; minimum 3 word and 10 characters ; maximum 4096 characters + + answer: Enter answer here (string,required) - text of the answer to be posted on Google Q&A profile ; minimum 1 one non-space character ; maximum 4096 characters + + Body { + "question": "Enter question here", + "answer": "Enter answer here" } -+ Response 200 ++ Response 200 (application/json) + + + + Attributes + + question_id: 2892 (number) - unique question identifier + + + Body + + { + "question_id":2892 + } + Response 401 @@ -11284,110 +11406,79 @@ Fix Listing publishes information on online listing sources. We post presence in [89][] ++ Response 404 + + [1011][] + + Response 401 [1167][] -+ Response 404 ++ Response 401 + + [2478][] + ++ Response 401 + + [2479][] ++ Response 401 + + [2481][] ++ Response 401 + + [2485][] + ++ Response 401 + + [2483][] + + + +## Create Answer [/v1/qna/answer/create{?api_key,businessId}] +Add an answer to an existing question. Owner can add only one answer per question. +This API would be needed when you wish to answer a third party raised question. In this use case, you would need to do a GET all Q&A API call, identify the unanswered Q’s and then use this Create Answer API to answer the same. - [1175][] -## Get Location Status [/v1/listing/{businessNumber}/location/status] -Get Location Status retrieves status for each sources for a given business. Health aggregates sum and percentage metrics for distinct statuses. -### Get Location Status [GET] + +### Create Answer [POST] + Parameters + + businessId: 12345678 (string, required) - Id of the business. + + api_key: abcdefgh (string, required) - Partner specific API key provided by Birdeye for data exchange. - + businessNumber: 169744180007807 (number, required) - Id of the business. + Request (application/json) + Headers Accept: application/json - api_key: [Required] Partner specific API key provided by Birdeye for data exchange. + api_key: - Partner specific API key provided by Birdeye for data exchange. + + Attributes + + questionId: 7812 (number , required ) - unique question identifier + + answer: Enter answer here (string,required) - text of the question to be posted on Google Q&A profile ; minimum 1 one non-space character ; maximum 4096 characters -+ Response 200 - + Attributes - + listingStatus (array) - List of location status. - + sourceName: Google (string) - Name of listing source. - + status: Action Required (string) - Status of the location on that source. Possible values are : - Sync Initiated, - In Progress, - Opted out, - Submitted, - Live, - Action Required, - Connect, - Reconnect, - Unavailable. - + liveLink: https://maps.google.com/maps?cid=151047735163 (string) - Location source link. - + name: Utah Dental Center (string) - Name of the location. - + phone (string) - Phone number Format is (xxx) xxx-xxxx. - + address: 420 E S Temple St #220 (string) - Address of the business. - + health (array) - Aggregates sum and percentage metrics for distinct statuses + + Body + + { + "questionId": 7812, + "answer": "Enter answer here" + } + + ++ Response 200 (application/json) + + Attributes + + answer_id: 2893 (string) - unique answer identifier + + Body { - "listingStatus": [{ - "sourceName": "Navmii", - "status": "Action Required", - "liveLink": "http://livepoi.navmii.com/p/view/4d6c-ace0-0a2483b47182", - "name": "Richard L. Blackhurst/Utah Dental Center", - "phone": "(123) 456-7890", - "address": "420 E S Temple St #220" - }, - { - "sourceName": "Where To?", - "status": "In Progress", - "liveLink": "https://wheretoapp.com/search?poi=86183685562887", - "name": "Richard L. Blackhurst/Utah Dental Center", - "phone": "(123) 456-0987", - "address": "420 E S Temple St #220" - }], - "health": [ - { - "status": "Action Required", - "count": 1, - "percentage": 14.29 - }, - { - "status": "In Progress", - "count": 1, - "percentage": 14.29 - }, - { - "status": "Reconnect", - "count": 1, - "percentage": 14.29 - }, - { - "status": "Connect", - "count": 1, - "percentage": 14.29 - }, - { - "status": "Live", - "count": 1, - "percentage": 14.29 - }, - { - "status": "Opted out", - "count": 1, - "percentage": 14.29 - }, - { - "status": "Sync Initiated", - "count": 1, - "percentage": 14.29 - } - ] - } + "answer_id":2893 + } + Response 401 @@ -11397,65 +11488,781 @@ Get Location Status retrieves status for each sources for a given business. Heal [89][] ++ Response 404 + + [1011][] + + Response 401 [1167][] -+ Response 404 ++ Response 401 - [1175][] + [2478][] + ++ Response 401 + [2479][] + ++ Response 401 + + [2481][] + ++ Response 401 + + [2485][] + ++ Response 401 + + [2483][] ++ Response 401 + + [2461][] + ++ Response 401 + + [2462][] + + + +## Update Question [/v1/qna/question/update{?api_key,businessId}] +Update an existing question. You can edit/ update an existing question posted / created by you. Google does not allow you to edit/ update a third party posted Question. -## Listings Insights [/v1/listing/insights{?api_key,businessId}] -Insights/Analytics for Google Listings of a given business. -### Listings Insights [POST] + +### Update Question [PUT] + + Parameters + + businessId: 12345678 (string, required) - Id of the business. + + api_key: abcdefgh (string, required) - Partner specific API key provided by Birdeye for data exchange. - + api_key: 2uiHKCTi8hSg35MG75aaot0B2SAokhjk (string, required) - Partner specific API key provided by Birdeye for data exchange. - + businessId: 12345678 (number, required) - Id of the account. + Request (application/json) + Headers Accept: application/json - + api_key: - Partner specific API key provided by Birdeye for data exchange. + Attributes - - + businessNumbers: 23456788,1231313 (array) - Location numbers of enterprise locations. If empty all valid enterprise locations will be selected. - + startDate (string) - Start Date, Format: yyyy-MM-dd. - + endDate (string) - End Date, Format: yyyy-MM-dd. If startDate and endDate are not provided, then the last 3 months date range will be chosen. - + viewMode (array,required) - for mobile or desktop or both (if none is provided then data for both will be displayed) Example “Desktop”, ”Mobile” + + questionId: 7812 (number , required ) - unique question identifier + + question: Enter question here (string,required) - text of the question to be posted on Google Q&A profile ; minimum 3 word and 10 characters ; maximum 4096 characters + Body { - "businessNumbers": [156387109031976], - "startDate": "2010-02-01", - "endDate": "2022-02-01", - "viewMode": [ "Mobile"] + "questionId": 7812, + "question": "Enter question here" } ++ Response 200 (application/json) -+ Response 200 ++ Response 401 - + Attributes + [1161][] - + mapViewTotalCount: 2868 (number) - Business impressions on Google Maps on Desktop and mobile devices. Multiple impressions by a unique user within a single day are counted as a single impression. - + searchViewTotalCount: 2868 (number) - Business impressions on Google Search on Desktop and mobile devices. Multiple impressions by a unique user within a single day are counted as a single impression. - + websiteVisitsTotalCount: 2868 (number) - The number of times the business profile website was clicked. - + getDirectionsTotalCount: 0 (number) - The number of times a direction request was requested to the business location. - + callsTotalCount: 2868 (number) - The number of times the business profile call button was clicked. - + usersReachedTotalCount: 0 (number) - The number of times your business appeared in search results and other services in Bing. - + impressionCountTotalCount: 0 (number) - The number of users who saw the activity from your page including posts, check-ins, and ads. - + liveCount: 10 (number) - Total no of synched sites for a business. - + entityCount: 1 (number) - Total businesses count. - + viewMode (array) - is data required for mobile or desktop or both (if none is provided then data for both will be displayed) ++ Response 429 + + [89][] + ++ Response 404 + + [1011][] + ++ Response 401 + + [1167][] + ++ Response 401 + + [2478][] + ++ Response 401 + + [2479][] + ++ Response 401 + + [2481][] + ++ Response 401 + + [2485][] + ++ Response 401 + + [2483][] ++ Response 401 + + [2461][] + ++ Response 401 + + [2480][] ++ Response 401 + + [2482][] + + + +## Update Answer [/v1/qna/answer/update{?api_key,businessId}] +Update an answer to an existing question. You can edit/ update an existing answer posted / created by you. Google does not allow you to edit/ update a third party posted answer + + + +### Update Answer [PUT] + + ++ Parameters + + businessId: 12345678 (string, required) - Id of the business. + + api_key: abcdefgh (string, required) - Partner specific API key provided by Birdeye for data exchange. + + ++ Request (application/json) + + + Headers + + Accept: application/json + api_key: - Partner specific API key provided by Birdeye for data exchange. + + + Attributes + + questionId: 7812 (number , required ) - unique question identifier + + answerId: 7813 (number , required ) - unique answer identifier + + answer: Enter answer here (string,required) - text of the answer to be posted on Google Q&A profile ; minimum 1 one non-space character ; maximum 4096 characters + + + + Body + + { + "questionId": 7812, + "answerId": 7813, + "question": "Enter answer here" + } + + ++ Response 200 (application/json) + ++ Response 401 + + [1161][] + ++ Response 429 + + [89][] + ++ Response 404 + + [1011][] + ++ Response 401 + + [1167][] + ++ Response 401 + + [2478][] + ++ Response 401 + + [2479][] + ++ Response 401 + + [2481][] + ++ Response 401 + + [2485][] + ++ Response 401 + + [2483][] ++ Response 401 + + [2461][] + ++ Response 401 + + [2480][] ++ Response 401 + + [2482][] + + +## Delete Question [/v1/qna/question/delete{?api_key,businessId}] +Delete existing questions. Only those questions can be deleted which are created by the owner. + +> __Note__ +> - _Associated answers with the question will also be deleted._ + + + +### Delete Question [POST] + ++ Parameters + + businessId: 12345678 (string, required) - Id of the business. + + api_key: abcdefgh (string, required) - Partner specific API key provided by Birdeye for data exchange. + + ++ Request (application/json) + + + Headers + + Accept: application/json + api_key: - Partner specific API key provided by Birdeye for data exchange. + + + Attributes + + questionId: 7812 (number , required ) - unique question identifier + + + + Body + + { + "questionId": 7812 + + } + + ++ Response 200 (application/json) + ++ Response 401 + + [1161][] + ++ Response 429 + + [89][] + ++ Response 404 + + [1011][] + ++ Response 401 + + [1167][] + ++ Response 401 + + [2478][] + ++ Response 401 + + [2479][] + ++ Response 401 + + [2481][] + ++ Response 401 + + [2485][] + ++ Response 401 + + [2483][] ++ Response 401 + + [2461][] + ++ Response 401 + + [2480][] ++ Response 401 + + [2482][] + + +## Delete Answer [/v1/qna/answer/delete{?api_key,businessId}] +Delete answers to existing questions. Only that answer can be deleted which is posted by the owner. + + +### Delete Answer [POST] + ++ Parameters + + businessId: 12345678 (string, required) - Id of the business. + + api_key: abcdefgh (string, required) - Partner specific API key provided by Birdeye for data exchange. + + ++ Request (application/json) + + + Headers + + Accept: application/json + api_key: - Partner specific API key provided by Birdeye for data exchange. + + + Attributes + + questionId: 7812 (number , required ) - unique question identifier + + answerId: 7813 (number , required ) - unique answer identifier + + + + + Body + + { + "questionId": 7812, + "answerId":7813 + + } + + ++ Response 200 (application/json) + ++ Response 401 + + [1161][] + ++ Response 429 + + [89][] + ++ Response 404 + + [1011][] + ++ Response 401 + + [1167][] + ++ Response 401 + + [2478][] + ++ Response 401 + + [2479][] + ++ Response 401 + + [2481][] + ++ Response 401 + + [2485][] + ++ Response 401 + + [2483][] ++ Response 401 + + [2461][] + ++ Response 401 + + [2480][] ++ Response 401 + + [2482][] + + +## Delete All Questions and Answers [/v1/qna/question/deleteAll{?api_key,businessId}] +Delete all Q&A on the businessId provided. + + + +### Delete All Questions and Answers [DELETE] + ++ Parameters + + businessId: 12345678 (string, required) - Id of the business. + + api_key: abcdefgh (string, required) - Partner specific API key provided by Birdeye for data exchange. + + ++ Request (application/json) + + + Headers + + Accept: application/json + api_key: - Partner specific API key provided by Birdeye for data exchange. + + + Attributes + + questionId: 7812 (number , required ) - unique question identifier + + answerId: 7813 (number , required ) - unique answer identifier + + + + + Body + + { + "questionId": 7812, + "answerId":7813 + + } + + ++ Response 200 (application/json) + ++ Response 401 + + [1161][] + ++ Response 429 + + [89][] + ++ Response 404 + + [1011][] + ++ Response 401 + + [1167][] + ++ Response 401 + + [2478][] + ++ Response 401 + + [2479][] + ++ Response 401 + + [2481][] + ++ Response 401 + + [2485][] + ++ Response 401 + + [2483][] ++ Response 401 + + [2461][] + ++ Response 401 + + [2480][] ++ Response 401 + + [2482][] + + +## Get All Questions and Answers [/v1/qna/get{?api_key,businessId}] +Get all Questions and Answers for a Location + +### Get All Questions and Answers [POST] + ++ Parameters + + businessId: 12345678 (string, required) - Id of the business. + + api_key: abcdefgh (string, required) - Partner specific API key provided by Birdeye for data exchange. + ++ Request (application/json) + + + Headers + + Accept: application/json + api_key: - Partner specific API key provided by Birdeye for data exchange. + + + Attributes + + startIndex: 25 (number , required ) - start index + + pageSize: 25 (number,required) - page size + + + + Body + + { + "startIndex": 0, + "pageSize":25 + } + + ++ Response 200 (application/json) + + + + Attributes + + + totalCount: 100 (number) - Total number of questions + + questionsAndAnswers (array) - Questions and answers details + + (object) + + questionId: 188556 (number) - Unique question identifier. + + answeredByOwner: true (boolean) - Identified if question was answered by page owner. + + askedByOwner: true (boolean) - Identifies if question was asked by page owner. + + question: This is Dummy question (string) - text of question + + updatedBy: John (string) - Name of author of question + + time: 10:52 PM (string) - time at which question was created/updated h:mm a + + updatedOn: Apr 10, 2024 (string) - Date at which question was created/updated MMM d, yyyy + + userProfileLogoUrl: http://logourl (string) - url link to google profile photo of author + + userCategory: MERCHANT (string) - category of author MERCHANT, REGULAR_USER, LOCAL_GUIDE + + locationName: abcdefgh (string) - Birdeye registered business name + + noOfAnswers: 4 (string) - number of answer available on question + + answers (object) - Answers details + + answerId: 6721 (number) - Unique answer identifier. + + answer: This is Dummy answer (string) - Text of answer. + + answeredByOwner: true (boolean) - Identifies if this answer was added by owner. + + updatedBy: John (string) - Name of author of answer. + + updatedOn: Apr 10, 2024 (string) - Date at which answer was created/updated format : MMM d, yyyy + + time: 10:52 PM (string) - time at which answer was created/updated format: h:mm a + + userCategory: MERCHANT (string) - category of author MERCHANT, REGULAR_USER, LOCAL_GUIDE + + userProfileLogoUrl: http://logourl (string) - url link to google profile photo of author + + + + Body + { + "totalCount": 1, + "questionsAndAnswers": [ + { + "questionId": 5107, + "answeredByOwner": true, + "askedByOwner": true, + "question": "This is dummy question", + "updatedBy": "John", + "time": "10:52 PM", + "updatedOn": "Apr 10, 2024", + "userProfileLogoUrl": "https://logo.png", + "userCategory": "MERCHANT", + "locationName": "XYZ", + "noOfAnswers": 1, + "answers": [ + { + "answerId": 5108, + "answer": "This is dummy answer", + "updatedBy": "John", + "updatedOn": "Apr 10, 2024", + "answeredByOwner": true, + "userCategory": "MERCHANT", + "time": "10:52 PM", + "userProfileLogoUrl": "https://logo.png" + } + ] + } + ] + } + ++ Response 401 + + [1161][] + ++ Response 429 + + [89][] + ++ Response 404 + + [1011][] + ++ Response 401 + + [1167][] + ++ Response 401 + + [2466][] + + + +# Group Listing +Keep your business information accurate and consistent across 50+ websites. + + +## Fix Listing [/v1/listing/fix{?api_key,b_id}] +Fix Listing publishes information on online listing sources. We post presence information on more than 50 online directories. + + +### Fix Listing [POST] + ++ Parameters + + + b_id: 12345678 (number, required) - Id of the business. + + api_key: 2uiHKCTi8hSg35MG75aaot0B2SAokhjk (string, required) - Partner specific API key provided by Birdeye for data exchange. + + ++ Request (application/json) + + + Headers + + Accept: application/json + + + Body + + { + } + + ++ Response 200 + ++ Response 401 + + [1161][] + ++ Response 429 + + [89][] + ++ Response 401 + + [1167][] + ++ Response 404 + + [1175][] + +## Get Location Status [/v1/listing/{businessNumber}/location/status] +Get Location Status retrieves status for each sources for a given business. Health aggregates sum and percentage metrics for distinct statuses. + +### Get Location Status [GET] + ++ Parameters + + + businessNumber: 169744180007807 (number, required) - Id of the business. + ++ Request (application/json) + + + Headers + + Accept: application/json + api_key: [Required] Partner specific API key provided by Birdeye for data exchange. + + ++ Response 200 + + + Attributes + + listingStatus (array) - List of location status. + + sourceName: Google (string) - Name of listing source. + + status: Action Required (string) - Status of the location on that source. Possible values are : + Sync Initiated, + In Progress, + Opted out, + Submitted, + Live, + Action Required, + Connect, + Reconnect, + Unavailable. + + liveLink: https://maps.google.com/maps?cid=151047735163 (string) - Location source link. + + name: Utah Dental Center (string) - Name of the location. + + phone (string) - Phone number Format is (xxx) xxx-xxxx. + + address: 420 E S Temple St #220 (string) - Address of the business. + + health (array) - Aggregates sum and percentage metrics for distinct statuses + + + + Body + + { + "listingStatus": [{ + "sourceName": "Navmii", + "status": "Action Required", + "liveLink": "http://livepoi.navmii.com/p/view/4d6c-ace0-0a2483b47182", + "name": "Richard L. Blackhurst/Utah Dental Center", + "phone": "(123) 456-7890", + "address": "420 E S Temple St #220" + }, + { + "sourceName": "Where To?", + "status": "In Progress", + "liveLink": "https://wheretoapp.com/search?poi=86183685562887", + "name": "Richard L. Blackhurst/Utah Dental Center", + "phone": "(123) 456-0987", + "address": "420 E S Temple St #220" + }], + "health": [ + { + "status": "Action Required", + "count": 1, + "percentage": 14.29 + }, + { + "status": "In Progress", + "count": 1, + "percentage": 14.29 + }, + { + "status": "Reconnect", + "count": 1, + "percentage": 14.29 + }, + { + "status": "Connect", + "count": 1, + "percentage": 14.29 + }, + { + "status": "Live", + "count": 1, + "percentage": 14.29 + }, + { + "status": "Opted out", + "count": 1, + "percentage": 14.29 + }, + { + "status": "Sync Initiated", + "count": 1, + "percentage": 14.29 + } + ] + } + ++ Response 401 + + [1161][] + ++ Response 429 + + [89][] + ++ Response 401 + + [1167][] + ++ Response 404 + + [1175][] + + +## Listings Insights [/v1/listing/insights{?api_key,businessId}] +Insights/Analytics for Google Listings of a given business. + +### Listings Insights [POST] + ++ Parameters + + + api_key: 2uiHKCTi8hSg35MG75aaot0B2SAokhjk (string, required) - Partner specific API key provided by Birdeye for data exchange. + + businessId: 12345678 (number, required) - Id of the account. + ++ Request (application/json) + + + Headers + + Accept: application/json + + + + Attributes + + + businessNumbers: 23456788,1231313 (array) - Location numbers of enterprise locations. If empty all valid enterprise locations will be selected. + + startDate (string) - Start Date, Format: yyyy-MM-dd. + + endDate (string) - End Date, Format: yyyy-MM-dd. If startDate and endDate are not provided, then the last 3 months date range will be chosen. + + viewMode (array,required) - for mobile or desktop or both (if none is provided then data for both will be displayed) Example “Desktop”, ”Mobile” + + + + Body + + { + "businessNumbers": [156387109031976], + "startDate": "2010-02-01", + "endDate": "2022-02-01", + "viewMode": [ "Mobile"] + } + + + ++ Response 200 + + + Attributes + + + mapViewTotalCount: 2868 (number) - Business impressions on Google Maps on Desktop and mobile devices. Multiple impressions by a unique user within a single day are counted as a single impression. + + searchViewTotalCount: 2868 (number) - Business impressions on Google Search on Desktop and mobile devices. Multiple impressions by a unique user within a single day are counted as a single impression. + + websiteVisitsTotalCount: 2868 (number) - The number of times the business profile website was clicked. + + getDirectionsTotalCount: 0 (number) - The number of times a direction request was requested to the business location. + + callsTotalCount: 2868 (number) - The number of times the business profile call button was clicked. + + usersReachedTotalCount: 0 (number) - The number of times your business appeared in search results and other services in Bing. + + impressionCountTotalCount: 0 (number) - The number of users who saw the activity from your page including posts, check-ins, and ads. + + liveCount: 10 (number) - Total no of synched sites for a business. + + entityCount: 1 (number) - Total businesses count. + + viewMode (array) - is data required for mobile or desktop or both (if none is provided then data for both will be displayed) + Body @@ -14052,7 +14859,7 @@ Deactivate Listing API stops publishing any information on the given online dire [89][] - + # Group Ticketing Create standout customer support with ticketing across reviews, untagged, and survey responses. @@ -14164,7 +14971,6 @@ Create reviews, untagged, and survey responses tickets. - ## Add Ticket Comments [/resources/v1/ticket/{businessNumber}/comment-activity] Add comment activity on tickets. @@ -14524,9 +15330,7 @@ Get tickets [1175][] - - - + # Group Integration Birdeye integrates with various software or tools you use.