POST /v1/signup/reseller/subaccount

Servers

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]

0 to Disable Search Business
1 to Enable Search Business,

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

Business,
Enterprise-Location,
Enterprise-Product,
Reseller
or a existing custom hierarchy type. Default is: Business.
countryCode String No

This field is mandatory for non US locations.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.