POST
/
v1
/
setups
curl --request POST \
  --url https://app.heybilly.io/api/partners/v1/setups \
  --header 'Content-Type: application/json' \
  --header 'authorization: <authorization>' \
  --data '{
  "nextPartner": "EASYBEER",
  "credentials": {
    "flow": "API_KEY",
    "apiKey": "<string>",
    "partnerAccountId": "<string>",
    "user": {
      "email": "<string>",
      "username": "<string>"
    }
  }
}'

Headers

authorization
string
required

The partner token (provided by us, contact aurelien.david@pennylane.com). The token is associated to a specific environment (production or sandbox).

Body

application/json
Body
credentials
object
required

The connection flow to choose from (must be available on your own software)

nextPartner
enum<string> | null

The suggested partner to connect to after, if not provided Billy will display a list of partners to choose from.

Available options:
EASYBEER,
AMAZON,
AMAZONSELLER,
AXONAUT,
HARVEST,
HUBSPOT,
PENNYLANE,
ZOHO,
CHARGEBEE,
SELLSY,
VOSFACTURES,
FACTOMOS,
BOONDMANAGER,
TEAMLEADER,
CHORUSPRO,
DOLIBARR,
PROGBAT,
EVOLIZ,
RECURLY,
KARLIA,
PIPEDRIVE,
SHOPIFY,
ODOO,
LAGO,
SALESFORCE,
HYPERLINE,
RENTMAN,
SPENDESK,
WEEBATI,
PROABONO,
AGICAP,
WOOCOMMERCE,
PRESTASHOP,
MAGENTO,
WEDDINGPLAN,
WIX,
SQUARESPACE,
BIGCOMMERCE,
SYLIUS,
ORGANILOG,
XERO,
SAGE,
ZETTLE,
BEXIO,
SUMUP,
METRO,
HIBOUTIK,
VSA

Response

204
_mintlify/placeholder

204