GET
/
v1
/
me
curl --request GET \
  --url https://connect.pennylane.com/api/partners/v1/me \
  --header 'authorization: <authorization>'
{
  "partnerRef": "EASYBEER",
  "logoUrl": "<string>",
  "setupUrl": "<string>",
  "partnersSuggestions": [
    {
      "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).

Response

200
application/json

200

The response is of type object.