From c77ed455c0f9921e4a61c796a5f4ee2b2568d1c9 Mon Sep 17 00:00:00 2001 From: viswas-manyam Date: Thu, 25 May 2023 19:10:20 +0530 Subject: [PATCH] paramcorrected --- apiary.apib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apiary.apib b/apiary.apib index 9827fc9..64d9eda 100644 --- a/apiary.apib +++ b/apiary.apib @@ -4493,14 +4493,14 @@ Customer can be subscribe/unsubscribe from Email & SMS using this API. -## Contacts list [/v2/customer/list{?bid,api_key,page,size,order,sortby}] +## Contacts list [/v2/customer/list{?businessId,api_key,page,size,order,sortby}] Contact list API fetches contact list for a business. ### Contact [POST] + Parameters - + bid: 12345678 (string, required) - Id of the Business. + + businessId: 12345678 (string, required) - Id of the Business. + page: 0 (number, required) - The page number. + size: 30 (number, required) - Maximum number of contacts return in response. + api_key: abcdefgh (string, required) - Partner specific API key provided by Birdeye for data exchange.