GET
/
v1
/
organizations
/
{partnerAccountId}
curl --request GET \
  --url https://app.heybilly.io/api/partners/v1/organizations/{partnerAccountId} \
  --header 'authorization: <authorization>'
{
  "name": "<string>",
  "integrations": [
    {
      "createdAt": "<string>",
      "partner": {
        "partnerRef": "EASYBEER",
        "logoUrl": "<string>",
        "categories": [
          "ACCOUNTING"
        ]
      }
    }
  ]
}

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

Path Parameters

partnerAccountId
string
required

The unique partner account id on your system

Response

200
application/json
200
name
string
required
integrations
object[]
required