GET
/
v1
/
choruspro
curl --request GET \
  --url https://connect.pennylane.com/api/partners/v1/choruspro \
  --header 'authorization: <authorization>'
{
  "setupUrl": "<string>",
  "iframeUrl": "<string>",
  "invoiceStatus": "TO_SEND"
}

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).

Query Parameters

sourceInvoiceId
string
required

The invoice id in the source system

sourceAccountId
string
required

The account id in the source system

sourceUserId
string

The user id in the source system

sourceUserEmail
string

The user email in the source system

Response

200
application/json

200

The response is of type object.