# API Tokens

Our [**API integration**](https://www.simplebooth.com/dashboard/tokens) feature works seamlessly with data capture to collect first-party data from participants and deliver it to your server, database, or CRM for marketing purposes. Start by adding a [**Token**](https://www.simplebooth.com/dashboard/tokens) to your account.

{% hint style="warning" %}
A developer is required to implement the technical aspects of this integration.
{% endhint %}

***

#### Creating an API Token

**To get started:**

1. Visit your [**API settings**](https://www.simplebooth.com/dashboard/tokens)
2. Click the button to **Create a token**.
3. Enter a **Token Description**.
   * Use a short, descriptive label so your team can easily identify the connection later.
   * Examples
     * `HubSpot CRM – Lead Capture from Event Booth`
     * `Salesforce – Trade Show Leads Integration`
     * `Zapier – Send Photo Booth Emails to CRM`

**Best Practices**

* **Isolation**: We recommend creating a separate token for each individual integration. This allows you to manage or revoke specific connections without affecting your other active integrations.
* **Implementation**: Once the token is generated, share the token value and our API documentation with your developer to complete the setup.

***

{% hint style="success" %}

## Plan Availability

✅ Pro, Select

&#x20;❌ Lite, Core, Plus
{% endhint %}


---

# 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.simplebooth.com/accounts-and-billing/account-management/api-tokens.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.
