POST /v1/signup/reseller/subaccount
Servers
- https://api.birdeye.com/resources
Request headers
Name | Type | Required | Description |
---|---|---|---|
Accept |
String | No |
e.g. application/json |
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
api_key |
String | Yes |
Partner specific API key provided by Birdeye for data exchange. |
rid |
Number | Yes |
Id of the Reseller. |
email_id |
String | Yes |
Business Email id. |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
aggrOptions |
Number | No |
Aggregation Options to enable/disable aggregations. Possible values are [0,1]
If aggrOptions is not provided, then Search Business is enabled. |
businessName |
String | Yes |
Name of the Business that needs to be added |
zip |
String | Yes |
Postal code of the business location |
phone |
Number | Yes |
Phone number of the Business. |
type |
String | No |
Type of the Business. Valid values are
|
countryCode |
String | No |
This field is mandatory for non US locations. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.