cURL
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" ] } ] }
Returns the list of partners, available on your setup page.
The partner token (provided by us, contact aurelien.david@pennylane.com). The token is associated to a specific environment (production or sandbox).
200
The response is of type object.
object