Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down