# LeagueApps

## **Connector Overview**

<figure><img src="/files/oA8WKmIfphZlzCyL43Bx" alt="" width="257"><figcaption></figcaption></figure>

LeagueApps offers a comprehensive sports management platform for youth organizations, streamlining registration, payments, scheduling, and communication to enhance operational efficiency and improve participant experience.

## **Authentication Type**

OAuth2

## **Webhook Supported**

No

## **Secrets**

* PAN\_SEC\_LEAGUEAPPS\_ACCESS\_TOKEN
* PAN\_SEC\_LEAGUEAPPS\_JTI
* PAN\_SEC\_LEAGUEAPPS\_SCOPE
* PAN\_SEC\_LEAGUEAPPS\_CLIENT\_ID
* PAN\_SEC\_LEAGUEAPPS\_SITE\_ID
* PAN\_SEC\_LEAGUEAPPS\_P12\_KEY
* PAN\_SEC\_LEAGUEAPPS\_EXPIRES\_IN
* PAN\_SEC\_LEAGUEAPPS\_PEM\_PK
* PAN\_SEC\_LEAGUEAPPS\_TOKEN\_TYPE

## **API Client Supported**

No

## **Requirements for Provisioning**

In order to provision your connector, the following LeagueApps information must be gathered:

* P12 Key
* Client ID
* Site ID

To obtain the information required for setting up your LeagueApps Connector, perform the following steps:

* Log into your [Manager Console](https://manager.leagueapps.com/)
* To generate a public or private API Key -
  * Navigate to Integrations in the toolbar up top and go to API Settings
  * Provide your API Key with a name and select Generate Private API Key\
    \
    ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXfc2Af0yTR9l5ISlDjHIuv0DIozxvwZDBUXH_mZ0YEymctDdadvF8WU4Zw-cBbbWRksbhDq64rl8_9H9gkzMd84sogqFK0JFPyBJbDuwZF0YBD6nafWzd1iSxtJ3t317ulaBKPQKw?key=XIy8122ZNqmu67sUe4Q2WNF3)\\
* When you generate a Private API Key, this will trigger a download to your local machine for the requested .p12 file. The file name should match the name of the API key you just created.
* To locate your Site ID, look for the unique ID number after “sites” in your URL.
  * For example, “[https://manager.leagueapps.com/console/sites/12345”](https://manager.leagueapps.com/console/sites/1%E2%80%9D) is site ID 12345.
  * Please be aware, you might have multiple sites for your LeagueApps account, so double check to make sure you are using the correct Site ID.

## **API Resources**

For more information on how to utilize the LeagueApps API, feel free to reference the following [documentation](https://leagueapps.notion.site/LeagueApps-API-Documentation-e32aa52e1b0a47bfa20e4c0563fafeca).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pandium.com/connectors/connectors-101/leagueapps-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
