> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rocky.global/llms.txt
> Use this file to discover all available pages before exploring further.

# API for organizers

> Generate access tokens and query or update participants via API.

## What can you do with the API?

From **Settings → API** you can generate tokens to integrate Rocky Global with your own systems.

<Warning>
  For now, the API exposes the **participants** resource, which you can list and update. We're expanding coverage to include events, store, finances, and other modules soon.
</Warning>

## Activate access

<Steps>
  <Step title="Activate the API">
    In **Settings → API**, activate access for your organization.
  </Step>

  <Step title="Configure limits (optional)">
    You can adjust the requests-per-minute limit, the default page size and maximum results per query, and restrict access to a list of allowed IPs.
  </Step>

  <Step title="Generate a token">
    Create a token with a descriptive name (for example, "CRM Integration"). The token is shown only once: store it in a safe place.

    <img src="https://mintcdn.com/rocky-global/qfXVrbtlj7-PH-CR/images/organizador/api-organizador-01-api-keys.png?fit=max&auto=format&n=qfXVrbtlj7-PH-CR&q=85&s=4385d414aed69b476867a29bfb6ff4fe" alt="API Keys screen: create token and view usage logs" width="1892" height="905" data-path="images/organizador/api-organizador-01-api-keys.png" />
  </Step>
</Steps>

<Note>
  You can revoke a token at any time from the same panel.
</Note>

## Available endpoint

```
GET  /api/v1/organizer/participants
POST /api/v1/organizer/participants
```

Authenticate your requests with the token as a Bearer token. See the technical details of fields and responses in the [organizer API documentation](/en/apis/organizer-api).

## Usage logs

You can view the log of requests made with your tokens over the last 24 hours, with details of each request.

<img src="https://mintcdn.com/rocky-global/kth00FS6FZs7Azcr/images/organizador/api-organizador-02-logs-uso.png?fit=max&auto=format&n=kth00FS6FZs7Azcr&q=85&s=8f8a8330b64a60de6ee644242471efae" alt="API usage logs screen with the detail of each request" width="1896" height="906" data-path="images/organizador/api-organizador-02-logs-uso.png" />
