POST
/
v1
/
setups
curl --request POST \
  --url https://connect.pennylane.com/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

The body is of type object.

Response

204

204